onNotificationCreatedMethod static method
- ReceivedNotification receivedNotification
Use this method to detect when a new notification or a schedule is created
Implementation
@pragma("vm:entry-point")
static Future<void> onNotificationCreatedMethod(
ReceivedNotification receivedNotification) async {
// Your code goes here
}