Stub to emit an error.
error
void thenEmitError(Object error) => thenAnswer((_) => Stream.error(error));