play method

void play()

Play current active media-item

Implementation

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