thenExpectA method

Future<void> thenExpectA(
  1. V item
)

Implementation

Future<void> thenExpectA(V item) async {
  await thenExpectAnyModel();
  expect(receivedViewModel, item);
}