hasNotificationPolicyAccess method

Future<bool?> hasNotificationPolicyAccess()

Whether the app has access to notification policy.

On Android versions before API level 23, this will always return false.

See also:

Implementation

Future<bool?> hasNotificationPolicyAccess() async =>
    _channel.invokeMethod<bool>('hasNotificationPolicyAccess');