@override Future<void> openChatWithAnother(ChatUser user) async { await methodChannel.invokeMethod('openChatWithAnother', user.toJson()); }