WebNotificationCloseHandler typedef

WebNotificationCloseHandler = Future<void> Function()?

A completion handler for the PlatformWebNotificationController.onClose event.

Implementation

typedef WebNotificationCloseHandler = Future<void> Function()?;