disableDebugLogging method
Disable debug logging for gRPC calls by removing the trace key from the metadata.
Implementation
void disableDebugLogging() {
_callOptions = CallOptions();
}
Disable debug logging for gRPC calls by removing the trace key from the metadata.
void disableDebugLogging() {
_callOptions = CallOptions();
}