enableLogging property
bool
get
enableLogging
Whether request/response logging is enabled. Defaults to false.
Logging only takes effect when both this flag is true and onLog is
non-null; otherwise the LoggingInterceptor is not registered.
Implementation
bool get enableLogging => false;