ShellContextPlatform.windows constructor

ShellContextPlatform.windows()

Windows

Implementation

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