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