pre method

Method called as soon as route is found and before settings.

Implementation

@override
FutureOr<ModularRoute?> pre(ModularRoute route) => route;