Future<void> openChatWithAnother(ChatUser user) async { _checkConfig(); await ChatPluginFlutterPlatform.instance.openChatWithAnother(user); }