reset static method

  1. @Deprecated('No longer needed with SharedPreferencesAsync')
void reset()

Implementation

@Deprecated('No longer needed with SharedPreferencesAsync')
static void reset() {
  _deprecatedPrefs = null;
  _initFuture = null;
}