Guard typedef

Guard = Future<bool> Function(Request req)

Implementation

typedef Guard = Future<bool> Function(Request req);