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