isProvisional property

Future<bool> isProvisional

If the application is provisionally authorized to post noninterruptive user notifications.

Only supported on iOS.

Implementation

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