onBack property

(Future<bool> Function(BeamerDelegate<BeamState> delegate)?) onBack
final

A custom closure that has precedence over the default behavior.

Return true if back action can be handled and false otherwise.

Implementation

final Future<bool> Function(BeamerDelegate delegate)? onBack;