@override Future<void> syncConversation(String topic) async { await methodChannel.invokeMethod('syncConversation', { 'topic': topic, }); }