ShellContextPlatform.web constructor

ShellContextPlatform.web()

Web

Implementation

factory ShellContextPlatform.web() {
  return _ShellContextPlatform(isWeb: true);
}