hasPermissions property
Convenience method checking browser notification support,
wrapper for Dart's native JS notification Notification.permission
See: https://developer.mozilla.org/en-US/docs/Web/API/Notification/permission_static
Implementation
@override
bool get hasPermissions => notificationsAPI.hasPermission;