clear method

  1. @visibleForTesting
void clear()

Clear all registered schemas (for testing)

Implementation

@visibleForTesting
void clear() {
  if (!kDebugMode) return;
  _schemas.clear();
  _signalSchemas.clear();
}