clear method

void clear()

Clear the following data from the local storage:

  • First visit
  • Number of visits
  • Visitor ID
  • Action Queue

Implementation

void clear() => _localStorage.clear();