clear method
Clear all registered schemas (for testing)
Implementation
@visibleForTesting
void clear() {
if (!kDebugMode) return;
_schemas.clear();
_signalSchemas.clear();
}
Clear all registered schemas (for testing)
@visibleForTesting
void clear() {
if (!kDebugMode) return;
_schemas.clear();
_signalSchemas.clear();
}