clear method

Future<void> clear()
inherited

Implementation

Future<void> clear() async {
  await Dune.secretStore.delete(key);
  _reset();
}