clearAllData method

void clearAllData()

Implementation

void clearAllData() {
  _initializePrefs?.clear();
}