ReactiveFormCanPopCallback typedef

ReactiveFormCanPopCallback = bool Function(FormGroup formGroup)

This is the signature to determine whether a route can popped. See PopScope for more details.

Implementation

typedef ReactiveFormCanPopCallback = bool Function(FormGroup formGroup);