notifly_flutter library

Classes

NotiflyPlugin
Notifly Flutter plugin.
OSNotification
Represents a notification received from the Notifly service.
OSNotificationClickEvent
Represents a notification click event.

Enums

OSNotificationImportance
Represents the importance of a notification. (Used only on Android)

Functions

getPlatformName() Future<String>
Returns the name of the current platform.

Typedefs

NotificationClickListener = void Function(OSNotificationClickEvent event)
Callback for handling received notifications.