testRecordingWidgets function
- String description,
- RecordingWidgetTesterCallback test, {
- bool useFakeAsync = false,
- bool? skip,
- Object? tags = defaultRecorderTagObject,
Implementation
@isTest
void testRecordingWidgets(
String description,
RecordingWidgetTesterCallback test, {
bool useFakeAsync = false,
bool? skip,
Object? tags = defaultRecorderTagObject,
}) {
_recorder.testRecordingWidgets(
description,
test,
useFakeAsync: useFakeAsync,
skip: skip,
tags: tags,
);
}