Removes an extra from the Scope
Future<void> removeExtra(String key) async { _extra.remove(key); await _callScopeObservers( (scopeObserver) async => await scopeObserver.removeExtra(key)); }