moveMacOSAppToApplications method
Moves the running macOS app to /Applications.
Implementation
Future<void> moveMacOSAppToApplications({
bool replaceExisting = false,
}) {
throw UnimplementedError(
"moveMacOSAppToApplications() has not been implemented.",
);
}