clear method

void clear()

Clear all user data

Implementation

void clear() {
  _userData.clear();
}