isWeb static method

bool isWeb()

Returns true if running in a web browser.

Implementation

static bool isWeb() {
  return getPlatform() == 'web';
}