StreamEitherUnit typedef
A shorthand for a StreamEither that emits Unit success values.
Implementation
typedef StreamEitherUnit = StreamEither<Unit>;
A shorthand for a StreamEither that emits Unit success values.
typedef StreamEitherUnit = StreamEither<Unit>;