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