WebNotificationCloseHandler typedef
A completion handler for the PlatformWebNotificationController.onClose event.
Implementation
typedef WebNotificationCloseHandler = Future<void> Function()?;
A completion handler for the PlatformWebNotificationController.onClose event.
typedef WebNotificationCloseHandler = Future<void> Function()?;