resetStatic static method

  1. @visibleForTesting
void resetStatic()

Resets class's static values to allow for testing of setPrefix flow.

Implementation

@visibleForTesting
static void resetStatic() {
  _completer = null;
  _prefix = 'flutter.';
  _prefixHasBeenChanged = false;
  _allowList = null;
}