removeGroupAdmin method

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

Implementation

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