menu
dune_core package
documentation
dune_core_testing_internals.dart
SessionValue
clear method
clear method
dark_mode
light_mode
clear
method
Future
<
void
>
clear
(
)
inherited
Implementation
Future<void> clear() async { await Dune.secretStore.delete(key); _reset(); }
dune_core package
documentation
dune_core_testing_internals
SessionValue
clear method
SessionValue class