debugReset static method

  1. @visibleForTesting
void debugReset()

Reset registration state. For testing only.

Implementation

@visibleForTesting
static void debugReset() {
  assert(() {
    _registered = false;
    return true;
  }());
}