clearPreferencesData method

void clearPreferencesData()

will clear all the data stored in preference

Implementation

void clearPreferencesData() async {
  _sharedPreferences.clear();
}