thenEmit method
Stub to emit values in order.
Implementation
void thenEmit(List<T> values) => thenAnswer((_) => Stream.fromIterable(values));
Stub to emit values in order.
void thenEmit(List<T> values) => thenAnswer((_) => Stream.fromIterable(values));