debugResetStreamingSharedPreferencesInstance function

  1. @visibleForTesting
void debugResetStreamingSharedPreferencesInstance()

Resets the singleton instance of StreamingSharedPreferences so that it can be always tested from a clean slate. Only for testing purposes.

Should not be used outside of tests.

Implementation

@visibleForTesting
void debugResetStreamingSharedPreferencesInstance() {
  StreamingSharedPreferences._instanceCompleter = null;
}