MacOSInstallLocationStatusLoader typedef
MacOSInstallLocationStatusLoader =
Future<MacOSInstallLocationStatus> Function()
Loads macOS install-location status.
Implementation
typedef MacOSInstallLocationStatusLoader = Future<MacOSInstallLocationStatus>
Function();