globalHttpRecorder top-level property
Set the global http recorder which will be used by runWithRecording, testRecording, and testRecordingWidgets.
Implementation
set globalHttpRecorder(HttpRecorder? value) {
_overrideRecorder = value;
}
Set the global http recorder which will be used by runWithRecording, testRecording, and testRecordingWidgets.
set globalHttpRecorder(HttpRecorder? value) {
_overrideRecorder = value;
}