WasmPluginLogConfig constructor

WasmPluginLogConfig({
  1. bool? enable,
  2. String? minLogLevel,
  3. double? sampleRate,
})

Implementation

WasmPluginLogConfig({this.enable, this.minLogLevel, this.sampleRate});