isSupported static method

bool isSupported()

Check if desktop notifications are supported

Implementation

static bool isSupported() {
  return _isDesktopPlatform();
}