clear method

Future<void> clear()

Implementation

Future<void> clear() async {
  data.clear();
  service.clear(key);
}