getCurrentUser method
override
Retrieves the current user. This is the user that is currently logged in.
Implementation
@override
Future<ChatUserModel?> getCurrentUser() =>
Future.value(const ChatUserModel());
Retrieves the current user. This is the user that is currently logged in.
@override
Future<ChatUserModel?> getCurrentUser() =>
Future.value(const ChatUserModel());