onBack property

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

A custom closure that has precedence over other behaviors.

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

Implementation

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