enableLocalLogging property
The platform-local sink: os_log, Logcat, or console.
Implementation
@$pb.TagNumber(1)
$core.bool get enableLocalLogging => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set enableLocalLogging($core.bool value) => $_setBool(0, value);