GlobalContext constructor

GlobalContext(
  1. Map<String, Object?> context
)

Creates the middleware with the context to merge in.

Implementation

GlobalContext(this.context);