updateMyProfileImage method

Future<void> updateMyProfileImage(
  1. String image,
  2. dynamic callback(
    1. FlyResponse response
    )
)

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.');
}