appLauncher method

void appLauncher({
  1. required String packageName,
})

Implementation

void appLauncher({required String packageName}) async {
   ExternalAppLauncherPlatform.instance.launchApp(packageName: packageName);
}