emit a new event
void dispatcher(String key, dynamic value, {String? scope}) { _getStream(key, scope: scope).add(value); }