isSupported static method
Check if desktop notifications are supported
Implementation
static bool isSupported() {
return _isDesktopPlatform();
}
Check if desktop notifications are supported
static bool isSupported() {
return _isDesktopPlatform();
}