resetStatic static method
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;
}