Any Hydrated Bloc
interface AnyHydratedBloc
Type-erased interface for HydratedBloc operations that need to work without knowledge of the concrete state and event type parameters.
Used internally by BlocRegistry.resetAllHydrated to reset every registered HydratedBloc without needing to cast to HydratedBloc<*, *>.