menu
stash package
documentation
stash_api.dart
Store<I extends Info, E extends Entry<I>>
remove abstract method
remove abstract method
dark_mode
light_mode
remove
abstract method
Future
<
void
>
remove
(
String
name
,
String
key
)
Removes the partition entry by
key
.
name
: The partition name
key
: The partition key
Implementation
Future<void> remove(String name, String key);
stash package
documentation
stash_api
Store<I extends Info, E extends Entry<I>>
remove abstract method
Store class