ReactiveFormPopInvokedCallback typedef

ReactiveFormPopInvokedCallback = void Function(FormGroup formGroup, bool didPop)

This is the signature of the callback invoked when a route is popped. See PopScope for more details.

Implementation

typedef ReactiveFormPopInvokedCallback =
    void Function(FormGroup formGroup, bool didPop);