storage
App-wide storage singleton. Assign at startup:
HydratedBloc.storage = SharedPreferencesStorage(context)Content copied to clipboard
Defaults to InMemoryStorage so unit tests work without an Android context.
App-wide storage singleton. Assign at startup:
HydratedBloc.storage = SharedPreferencesStorage(context)Defaults to InMemoryStorage so unit tests work without an Android context.