playOrPause method

void playOrPause()

Play or Pause the current active media-item

Implementation

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