handle method

  1. @override
Future<void> handle(
  1. LocalNotificationModel notification
)
override

Implementation

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