Handles a call to this route, by extracting Session from request and forwarding to handleCall.
Session
handleCall
@override Future<Result> call(Request req) async { return handleCall(await req.session, req); }