AppShell Overview
menu
flutter_chat_interface
flutter_chat_interface.dart
ChatUserService
getUser abstract method
getUser
dark_mode
light_mode
getUser
abstract method
Future
<
ChatUserModel
?
>
getUser
(
String
id
)
Retrieves a user based on the ID.
Implementation
Future<ChatUserModel?> getUser(
String
id);
flutter_chat_interface
flutter_chat_interface
ChatUserService
getUser abstract method
ChatUserService class