isProvisional property

Future<bool> isProvisional

If the application is provisionally authorized to post non-interruptive user notifications.

Only supported on iOS (iOS12+).

Implementation

Future<bool> get isProvisional async => (await this).isProvisional;