clearSharedPreferences method

Future<void> clearSharedPreferences()

Implementation

Future<void> clearSharedPreferences() async {
  await _sharedPrefs?.clear();
}