removeProfileImage static method

Future<bool?> removeProfileImage()

Implementation

static Future<bool?> removeProfileImage() {
  return FlyChatFlutterPlatform.instance.removeProfileImage();
}