onBeforeEnter property

(bool Function(String newRoute)?) onBeforeEnter
final

Will be called before this route is shown, you can return any substitute route to perform a redirection

Implementation

final bool Function(String newRoute)? onBeforeEnter;