clear method

Future clear()

Implementation

Future clear() async {
  await _storage.clear();
}