Future<bool?> switchAppEnable(String pkgName, bool enable) { return TySmartPosApiPluginPlatform.instance .switchAppEnable(pkgName, enable); }