updateMyProfile method
This method is used to update the current user profile.
Implementation
Future<void> updateMyProfile(String name, String? email, String? mobile,
String? status, String? image, Function(FlyResponse response) callback) {
throw UnimplementedError('has not been implemented.');
}