clearData method

dynamic clearData()

Implementation

clearData() {
  _prefs?.clear();
}