stop method

Future<void> stop()

Implementation

Future<void> stop() async {
  clipboardWatcher.removeListener(this);
  await clipboardWatcher.stop();
}