getLoggedInUser method

dynamic getLoggedInUser()

Implementation

getLoggedInUser() async {
  loggedInUser = await CometChat.getLoggedInUser();
}