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