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