isWebDevice method

bool isWebDevice()

Implementation

bool isWebDevice(){
  return kIsWeb;
}