Before typedef

Before = FutureOr<void> Function(Method route)

Implementation

typedef FutureOr<void> Before(Method route);