pendingNotificationLimit property
The upper limit of scheduled notification, platform dependent.
Implementation
static final pendingNotificationLimit = Platform.isIOS ? 64 : 500;
The upper limit of scheduled notification, platform dependent.
static final pendingNotificationLimit = Platform.isIOS ? 64 : 500;