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