moveMacOSAppToApplications method

Future<void> moveMacOSAppToApplications({
  1. bool replaceExisting = false,
})

Moves the running macOS app to /Applications.

Implementation

Future<void> moveMacOSAppToApplications({
  bool replaceExisting = false,
}) {
  throw UnimplementedError(
    "moveMacOSAppToApplications() has not been implemented.",
  );
}