testRecording function
- String description,
- RecordingTesterCallback body, {
- bool? skip,
- Object? tags = defaultRecorderTagObject,
Implementation
@isTest
void testRecording(
String description,
RecordingTesterCallback<dynamic> body, {
bool? skip,
Object? tags = defaultRecorderTagObject,
}) {
_recorder.testRecording(description, body, skip: skip, tags: tags);
}