ShellContextPlatform.ios constructor
ShellContextPlatform.ios()
iOS
Implementation
factory ShellContextPlatform.ios() {
return _ShellContextPlatform(isIOS: true);
}
iOS
factory ShellContextPlatform.ios() {
return _ShellContextPlatform(isIOS: true);
}