enableLocalLogging property

  1. @TagNumber.new(1)
bool get enableLocalLogging

The platform-local sink: os_log, Logcat, or console.

Implementation

@$pb.TagNumber(1)
$core.bool get enableLocalLogging => $_getBF(0);
  1. @TagNumber.new(1)
set enableLocalLogging (bool value)

Implementation

@$pb.TagNumber(1)
set enableLocalLogging($core.bool value) => $_setBool(0, value);