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