ShellContextPlatform.windows constructor
ShellContextPlatform.windows()
Windows
Implementation
factory ShellContextPlatform.windows() {
return _ShellContextPlatform(isWindows: true);
}
Windows
factory ShellContextPlatform.windows() {
return _ShellContextPlatform(isWindows: true);
}