stop method

Future stop()

Implementation

Future stop() async {
  isEnqueued = false;
  await killAll();
}