updateMyProfileImage method

Future updateMyProfileImage(
  1. String image
)

Implementation

Future<dynamic> updateMyProfileImage(String image) {
  throw UnimplementedError('has not been implemented.');
}