thenEmitSingle method
void
thenEmitSingle(
- T value
Stub to emit a single value.
Implementation
void thenEmitSingle(T value) => thenAnswer((_) => Stream.value(value));
Stub to emit a single value.
void thenEmitSingle(T value) => thenAnswer((_) => Stream.value(value));