clear method

Future<bool> clear()

Implementation

Future<bool> clear() async {
  _clearSubjects();
  await _storage.clear();
  return true;
}