hasWidgetIds function

Matcher hasWidgetIds(
  1. List<AFWidgetID> expected
)

Implementation

ft.Matcher hasWidgetIds(List<AFWidgetID> expected) => _AFHasWidgetIds(expected);