menu
hintful package
documentation
engine/store.dart
HintStore
markShown abstract method
markShown abstract method
dark_mode
light_mode
markShown
abstract method
void
markShown
(
String
key
,
String
version
)
Record that the hint was shown at app
version
.
Implementation
void markShown(String key, String version);
hintful package
documentation
engine/store
HintStore
markShown abstract method
HintStore class