onNotificationCreatedMethod static method
Implementation
@pragma("vm:entry-point")
static Future<void> onNotificationCreatedMethod(
ReceivedNotification receivedNotification) async {
if (kDebugMode) {
print("onNotificationCreatedMethod");
}
// Your code goes here
}