call method
Disguised as Middleware
Implementation
FutureOr<void> call(Context context, Next next) {
context.set(SPRY_JSON, this);
return next();
}
Disguised as Middleware
FutureOr<void> call(Context context, Next next) {
context.set(SPRY_JSON, this);
return next();
}