isPlatformWeb static method

bool isPlatformWeb()

Implementation

static bool isPlatformWeb(){
  return kIsWeb;
}