clear method

dynamic clear()

Clear SDK storage

Implementation

clear() {
  _localStorage.clear();
  _localStorage.save();
}