start method

Stream<String> start()

Implementation

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