ShellContextPlatform constructor
ShellContextPlatform()
Current cached platform
Implementation
factory ShellContextPlatform() {
return __current ??= ShellContextPlatform._current();
}
Current cached platform
factory ShellContextPlatform() {
return __current ??= ShellContextPlatform._current();
}