reset method

Future<void> reset()

Implementation

Future<void> reset() async {
  await _keyValueStorageProvider.delete(_hideAdKey);
}