disableDebugLogging method

void disableDebugLogging()

Disable debug logging for gRPC calls by removing the trace key from the metadata.

Implementation

void disableDebugLogging() {
  _callOptions = CallOptions();
}