clear method

Future clear()

Implementation

Future clear() async {
  await _storage.delete(key: _identifier);
}