deleteGroup static method

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

Implementation

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