shellContext top-level property
ShellContext
get
shellContext
Shell context for the current zone or platform
Implementation
ShellContext get shellContext => zonedShellContextOrNull ?? shellContextDefault;
set
shellContext
(ShellContext shellContext)
Set shell context before use, default to io on io, in memory otherwise.
Implementation
set shellContext(ShellContext shellContext) =>
shellContextPlatformOrNull = shellContext;