listGroupSuperAdmins method

Future<List<Map>> listGroupSuperAdmins(
  1. String topic
)

Implementation

Future<List<Map<dynamic, dynamic>>> listGroupSuperAdmins(String topic) {
  throw UnimplementedError('listGroupSuperAdmins() has not been implemented.');
}