stopGenerate method

Future<int?> stopGenerate()

Implementation

Future<int?> stopGenerate() {
  throw UnimplementedError('stopGenerate() has not been implemented.');
}