onTap method

  1. @override
void onTap(
  1. ServerNotificationModel notification
)
override

Implementation

@override
void onTap(ServerNotificationModel notification) {
  read(notification);
  onNotificationTapped(
      notification.data..putIfAbsent('code', () => notification.code));
}