shell method
New shell must set itself as a shell Context, shell environement is no longer relevent.
Implementation
@override
Shell shell({ShellOptions? options}) {
throw UnimplementedError('ShellContext.shell');
}
New shell must set itself as a shell Context, shell environement is no longer relevent.
@override
Shell shell({ShellOptions? options}) {
throw UnimplementedError('ShellContext.shell');
}