setPrefsForTesting method

  1. @visibleForTesting
void setPrefsForTesting(
  1. SharedPreferences preferences
)

Implementation

@visibleForTesting
void setPrefsForTesting(SharedPreferences preferences) {
  _prefsInstance = preferences;
}