FileEventContext.fromCtx constructor

FileEventContext.fromCtx(
  1. FileEventContext ctx,
  2. 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);