stopPlay method

Future stopPlay()

提供停止播放的功能

Implementation

Future stopPlay() async {
  return await _invokeMethod('stopPlay', <String, String>{});
}