cloneWithOptions method
Clone a new shell with the given options.
Implementation
@override
Shell cloneWithOptions(ShellOptions options) {
var shell = context.shell(options: options);
return shell;
}
Clone a new shell with the given options.
@override
Shell cloneWithOptions(ShellOptions options) {
var shell = context.shell(options: options);
return shell;
}