addGroupSuperAdmin method
Implementation
@override
Future<bool> addGroupSuperAdmin(String topic, String inboxId) async {
await _ensureInitialized();
return rust_groups.addGroupSuperAdmin(topic: topic, inboxId: inboxId);
}
@override
Future<bool> addGroupSuperAdmin(String topic, String inboxId) async {
await _ensureInitialized();
return rust_groups.addGroupSuperAdmin(topic: topic, inboxId: inboxId);
}