hydrated_triple 0.0.3 hydrated_triple: ^0.0.3 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());
}