removeExtra method

void removeExtra(
  1. String key
)

Removes an extra from the Scope

Implementation

void removeExtra(String key) => _extra.remove(key);