storage

App-wide storage singleton. Assign at startup:

HydratedBloc.storage = SharedPreferencesStorage(context)

Defaults to InMemoryStorage so unit tests work without an Android context.