push abstract method

void push(
  1. String key,
  2. dynamic value
)

Temporarily overrides a configuration value. Useful for testing.

Implementation

void push(String key, dynamic value);