routeGuards property

List<SeafarerRouteGuard>? routeGuards
final

Ran before opening the route itself. If every route guard returns true, the route is approvied and opened. Anything else will result in the route being rejected and not open.

Implementation

final List<SeafarerRouteGuard>? routeGuards;