generate abstract method

Future<void> generate()

Generate the values for the IsolateStream. An implementation of this method can send values using the appropriate methods of this class. When this method returns, the generating isolate is killed, and the IsolateStream is set as having received its last element.

Implementation

Future<void> generate();