resolve
Resolves a StateEmitter by its concrete KClass.
val counterBloc = BlocRegistry.resolve(CounterBloc::class)Content copied to clipboard
Throws
if no emitter of type is registered.
Resolves a StateEmitter by its concrete KClass.
val counterBloc = BlocRegistry.resolve(CounterBloc::class)if no emitter of type is registered.