PopInvokedWithResultAndOverlayCallback<T> typedef
PopInvokedWithResultAndOverlayCallback<T> =
void Function(bool didPop, T? result, bool didCloseOverlay)
Implementation
typedef PopInvokedWithResultAndOverlayCallback<T> = void Function(
bool didPop, T? result, bool didCloseOverlay);