stop method

Future<void> stop()

Implementation

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