Future<bool?> setLanguage(String language, bool preferred) { return TySmartPosApiPluginPlatform.instance .setLanguage(language, preferred); }