ShellContextPlatform.ios constructor

ShellContextPlatform.ios()

iOS

Implementation

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