ModalLifecycleShouldNotify typedef
ModalLifecycleShouldNotify =
bool Function(ModalLifecycleEvent event)
Predicate callback used to filter lifecycle notifications.
Implementation
typedef ModalLifecycleShouldNotify = bool Function(ModalLifecycleEvent event);