djangoflow_local_notification library

Classes

ActionCategoryCubit
ActionCategoryState
LocalNotificationCubit
LocalNotificationState
NotificationDataPayload
NotificationInitializer
NotificationInitializer is a class that helps you initialize the local notification plugin. It is a wrapper around the FlutterLocalNotificationsPlugin class. It also makes sure to initialize the plugin only once.
NotificationPayloadAction

Extensions

PushActionCategoryExtension on PushActionCategory
PushActionCategoryListExtension on List<PushActionCategory>

Typedefs

PresentableNotificationCallBack = Future<NotificationDetails?> Function()