FileEventContext.fromCtx constructor
FileEventContext.fromCtx(
- FileEventContext ctx,
- FileEventHandler next
Call the next middleware in the middleware chain
Implementation
FileEventContext.fromCtx(FileEventContext ctx, FileEventHandler next)
: this(ctx.id, ctx.req, ctx.res, next: next);