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