pause method

void pause()

Pause current active media-item

Implementation

void pause() async {
  await _methodChannel.invokeMethod("pause");
}