matchMissingWidget method
Verifies the specified widget is not present.
Implementation
Future<void> matchMissingWidget(dynamic selector, { bool ignoreUnderWidget = false }) async {
await matchWidgets(selector, expectedCount: 0, extraFrames: 1, scrollIfMissing: false, ignoreUnderWidget: ignoreUnderWidget);
}