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