extensionKeyFor<T> function
The context key a value extracted by fromExtractor travels under.
Keyed by type name, the same way state is, so two extensions of different types coexist without knowing about each other.
Implementation
String extensionKeyFor<T>() => 'dust_server/extension/$T';