uninstallApp method

Future<bool> uninstallApp()

Implementation

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