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