ShellContextPlatform.none constructor
ShellContextPlatform.none()
None
Implementation
factory ShellContextPlatform.none() {
return _ShellContextPlatform(isNone: true);
}
None
factory ShellContextPlatform.none() {
return _ShellContextPlatform(isNone: true);
}