setContext abstract method

void setContext(
  1. Map context
)

Extends middlewares default context with the provided context

Implementation

void setContext(Map<dynamic, dynamic> context);