removeGroupSuperAdmin method

Future<bool> removeGroupSuperAdmin(
  1. String topic,
  2. String inboxId
)

Implementation

Future<bool> removeGroupSuperAdmin(String topic, String inboxId) {
  throw UnimplementedError('removeGroupSuperAdmin() has not been implemented.');
}