resetAllHydrated

Calls AnyHydratedBloc.resetToInitialState on every registered HydratedBloc, then wipes the entire HydratedBloc.storage.

Use this as a "clean-slate" action — equivalent to uninstalling and reinstalling the app, applied immediately without a restart:

// In a settings or debug screen
BlocRegistry.resetAllHydrated()