shell method
New shell must set itself as a shell Context, shell environement is no longer relevent.
Implementation
@override
Shell shell({ShellOptions? options}) {
return ShellMemory(context: this, options: options ?? ShellOptions());
}
New shell must set itself as a shell Context, shell environement is no longer relevent.
@override
Shell shell({ShellOptions? options}) {
return ShellMemory(context: this, options: options ?? ShellOptions());
}