pause method

Future<void> pause()

Implementation

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