hasPermissions property

  1. @override
bool get hasPermissions
override

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
// TODO: implement hasPermissions
bool get hasPermissions => throw UnimplementedError();