NotificationHandler constructor

NotificationHandler({
  1. void cancel()?,
})

Implementation

factory NotificationHandler({void Function()? cancel}) =>
    NotificationHandler._(
        cancel: cancel == null ? null : _i5.allowInterop(cancel));