setRecordingEnabledForTesting static method
Test-only: enable or disable recording without full native init.
Implementation
@visibleForTesting
static void setRecordingEnabledForTesting(bool enabled) {
_recordingEnabled = enabled;
}
Test-only: enable or disable recording without full native init.
@visibleForTesting
static void setRecordingEnabledForTesting(bool enabled) {
_recordingEnabled = enabled;
}