updateMyProfileImage static method

Future updateMyProfileImage(
  1. String image
)

Implementation

static Future<dynamic> updateMyProfileImage(String image) {
  return FlyChatFlutterPlatform.instance.updateMyProfileImage(image);
}