getProfile method

Future<ProfileDetails> getProfile()

Implementation

Future<ProfileDetails> getProfile() async {
  /*var value = await Mirrorfly.getProfileDetails(chatList.chatUserJid);
  return Profile.fromJson(json.decode(value.toString()));*/
  return await getProfileDetails(chatList.chatUserJid);
}