enableLocalLogging property
Write logs to the platform-local sink (os_log / Logcat / console).
Implementation
@$pb.TagNumber(1)
$core.bool get enableLocalLogging => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set enableLocalLogging($core.bool value) => $_setBool(0, value);