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