stop method

Future<void> stop()

Implementation

Future<void> stop() {
  return this.channel.invokeMethod("stop");
}