pause method

void pause()

Implementation

void pause() {
  methodChannel.invokeMethod("pause");
}