clear abstract method

Future<void> clear()

Clear the following data from the local storage:

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

Implementation

Future<void> clear();