removeGroupProfileImage static method

Future<bool?> removeGroupProfileImage(
  1. String jid
)

Implementation

static Future<bool?> removeGroupProfileImage(String jid) {
  return FlyChatFlutterPlatform.instance.removeGroupProfileImage(jid);
}