handle method
Implementation
@override
Future<void> handle(LocalNotificationModel notification) async {
await BasicNotify.show(notification);
}
@override
Future<void> handle(LocalNotificationModel notification) async {
await BasicNotify.show(notification);
}