@override Future<void> syncConversation(String topic) async { await _ensureInitialized(); await rust_conversations.syncConversation(topic: topic); }