pendingNotificationLimit property

int pendingNotificationLimit
final

The upper limit of scheduled notification, platform dependent.

Implementation

static final pendingNotificationLimit = Platform.isIOS ? 64 : 500;