updateContext<T> abstract method

void updateContext<T>(
  1. String key,
  2. T value
)

Implementation

void updateContext<T>(String key, T value);