addGroupAdmin method

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

Implementation

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