getCurrentUser abstract method
Retrieves the current user. This is the user that is currently logged in.
Implementation
Future<ChatUserModel?> getCurrentUser();
Retrieves the current user. This is the user that is currently logged in.
Future<ChatUserModel?> getCurrentUser();