stateStream property

Stream get stateStream

Implementation

Stream<dynamic> get stateStream {
  throw UnimplementedError('stream has not been implemented.');
}