stop method

FutureOr<void> stop()

Implementation

FutureOr<void> stop() {
  throw UnimplementedError('stop() has not been implemented');
}