cd method

  1. @override
Shell cd(
  1. String path
)

Create new shell at the given path

Implementation

@override
Shell cd(String path) {
  throw UnimplementedError('cd($path)');
}