flutter_local_notifications_platform_interface library

Classes

FlutterLocalNotificationsPlatform
The interface that all implementations of flutter_local_notifications must implement.
NotificationAppLaunchDetails
Contains details on the notification that launched the application.
PendingNotificationRequest
Details of a pending notification that has not been delivered.

Enums

RepeatInterval
The available intervals for periodically showing notifications.

Functions

validateId(int id) → void
Helper method for validating notification IDs. Ensures IDs are valid 32-bit integers.

Typedefs

SelectNotificationCallback = Future Function(String? payload)
Signature of callback passed to initialize that is triggered when user taps on a notification.