ModalLifecycleCallback typedef
ModalLifecycleCallback =
void Function(ModalLifecycleEvent event)
Callback invoked for modal lifecycle events.
Implementation
typedef ModalLifecycleCallback = void Function(ModalLifecycleEvent event);