call method
Cast the Urlencoded instance to a Middleware.
Implementation
FutureOr<void> call(Context context, Next next) {
context.set(key, this);
return next();
}
Cast the Urlencoded instance to a Middleware.
FutureOr<void> call(Context context, Next next) {
context.set(key, this);
return next();
}