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