Handler typedef

Handler = FutureOr<Response>? Function(Context c)

Implementation

typedef Handler = FutureOr<Response>? Function(Context c);