addGroupSuperAdmin method

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

Implementation

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