popd method

  1. @override
Shell popd()

Pop the current directory to get the previous shell throw State error if nothing in the stack

Implementation

@override
Shell popd() {
  throw UnimplementedError('popd()');
}