updateMyProfileImage method
This method is used to update the profile image.
Implementation
Future<void> updateMyProfileImage(
String image, Function(FlyResponse response) callback) {
throw UnimplementedError('has not been implemented.');
}
This method is used to update the profile image.
Future<void> updateMyProfileImage(
String image, Function(FlyResponse response) callback) {
throw UnimplementedError('has not been implemented.');
}