menu
stash package
documentation
stash_api.dart
Store<I extends Info, E extends Entry<I>>
clear abstract method
clear abstract method
dark_mode
light_mode
clear
abstract method
Future
<
void
>
clear
(
String
name
)
Clears a partition
name
: The partition name
Implementation
Future<void> clear(String name);
stash package
documentation
stash_api
Store<I extends Info, E extends Entry<I>>
clear abstract method
Store class