startScriptName property Null safety
override
Returns the name of the shell's startup script or configuration file e.g. .bashrc
Implementation
@override
String get startScriptName =>
throw UnsupportedError('Not supported in docker');
Returns the name of the shell's startup script or configuration file e.g. .bashrc
@override
String get startScriptName =>
throw UnsupportedError('Not supported in docker');