injectStreamMock abstract method
Inject a fake stream implementation of this injected model.
- Required parameters:
creationFunction
(positional parameter): the fake stream
Implementation
void injectStreamMock(Stream<T> Function() fakeCreator);
Inject a fake stream implementation of this injected model.
creationFunction
(positional parameter): the fake streamvoid injectStreamMock(Stream<T> Function() fakeCreator);