ShellContextPlatform constructor

ShellContextPlatform()

Current cached platform

Implementation

factory ShellContextPlatform() {
  return __current ??= ShellContextPlatform._current();
}