You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When force closing the application or closing the process entirely in any way, will the notification still be pending or nah?
If not, use this function to determine if notifications are still there: final List<PendingNotificationRequest> pendingNotificationRequests = await flutterLocalNotificationsPlugin.pendingNotificationRequests();
The text was updated successfully, but these errors were encountered:
When force closing the application or closing the process entirely in any way, will the notification still be pending or nah?
If not, use this function to determine if notifications are still there:
final List<PendingNotificationRequest> pendingNotificationRequests = await flutterLocalNotificationsPlugin.pendingNotificationRequests();
The text was updated successfully, but these errors were encountered: