ShellContextPlatform.linux constructor
ShellContextPlatform.linux()
Linux
Implementation
factory ShellContextPlatform.linux() {
return _ShellContextPlatform(isLinux: true);
}
Linux
factory ShellContextPlatform.linux() {
return _ShellContextPlatform(isLinux: true);
}