run abstract method
This is the callback that is called when the route is called.
Implementation
FutureOr<dynamic> run(HttpRequest req, HttpResponse res);
This is the callback that is called when the route is called.
FutureOr<dynamic> run(HttpRequest req, HttpResponse res);