clearInstance static method

  1. @visibleForTesting
void clearInstance()

Clear the given prefrences instance to test.

Implementation

@visibleForTesting
static void clearInstance() => _preferences = null;