isWeb static method

bool isWeb()

Implementation

static bool isWeb() {
  return GetPlatform.isWeb;
}