selectionsStream method

Stream<String> selectionsStream()

Implementation

Stream<String> selectionsStream() {
  throw UnimplementedError('selectedStream() has not been implemented.');
}