globalHttpRecorder top-level property

set globalHttpRecorder (HttpRecorder? value)

Set the global http recorder which will be used by runWithRecording, testRecording, and testRecordingWidgets.

Implementation

set globalHttpRecorder(HttpRecorder? value) {
  _overrideRecorder = value;
}