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