openApp method

Future<bool> openApp()

Implementation

Future<bool> openApp() {
  return DeviceApps.openApp(packageName);
}