isSupported property

  1. @override
bool get isSupported
override

Convenience method checking browser notification support, wrapper for dart's native JS notification Notification.supported

Implementation

@override
bool get isSupported => notificationsAPI.isSupported;