getUserProfile static method

dynamic getUserProfile(
  1. String jid, [
  2. bool fetchFromServer = false,
  3. bool saveasfriend = false
])

Implementation

static getUserProfile(String jid,
    [bool fetchFromServer = false, bool saveasfriend = false]) {
  return FlyChatFlutterPlatform.instance
      .getUserProfile(jid, fetchFromServer, saveasfriend);
}