emitStream method

  1. @override
void emitStream(
  1. Stream<T> stream
)

Function used in emitting a stream of state changes

Implementation

@override
void emitStream(Stream<T> stream) => throw PheasantUnimplementedError();