clear method

void clear()

Implementation

void clear() {
  _localStorage.remove(_fileName);
  _subject.value.clear();
}