hydrated_triple 1.0.0 hydrated_triple: ^1.0.0 copied to clipboard
A mixin which automatically persists and restores store state.
hydrated_triple #
A mixin which automatically persists and restores store state.
void main() {
setTripleHydratedDelegate(SharedPreferencesHydratedDelegate());
runApp(AppWidget());
}