ShellContextPlatform.macos constructor

ShellContextPlatform.macos()

MacOS

Implementation

factory ShellContextPlatform.macos() {
  return _ShellContextPlatform(isMacOS: true);
}