pausePlay method

Future pausePlay()

暂停播放

Implementation

Future pausePlay() async {
  return await _invokeMethod('pause', <String, String>{
    "pause": "pause",
  });
}