handleCall method
Handles a call to this route.
Implementation
@override
FutureOr<Result> handleCall(Session session, Request request) {
throw UnimplementedError(
'SpaRoute handles routing via injectIn and should not be called directly',
);
}