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