debugLoggingSettings property

DebugLoggingSettings debugLoggingSettings
getter/setter pair

Debug settings used by PlatformWebViewEnvironment.

Implementation

static DebugLoggingSettings debugLoggingSettings = DebugLoggingSettings(
  maxLogMessageLength: 1000,
);