pathToStartScript property Null safety
override
Returns the path to the shell's start script or config file
e.g /home/
Implementation
@override
String get pathToStartScript {
// ignore: only_throw_errors
throw UnimplementedError;
}
Returns the path to the shell's start script or config file
e.g /home/
@override
String get pathToStartScript {
// ignore: only_throw_errors
throw UnimplementedError;
}