getUserProfile method
Future<void>
getUserProfile(
- String jid,
- dynamic callback(
- FlyResponse response
- bool fromserver = false,
- bool saveasfriend = false,
This method is used to get the user profile.
Implementation
Future<void> getUserProfile(
String jid, Function(FlyResponse response) callback,
[bool fromserver = false, bool saveasfriend = false]) {
throw UnimplementedError('has not been implemented.');
}