debugLog top-level property

  1. @visibleForTesting
set debugLog (LoggingCallback callback)

Implementation

@visibleForTesting
set debugLog(LoggingCallback callback) {
  _debugLog = callback;
}