stopPlay method

void stopPlay()

停止播放

Implementation

void stopPlay() {
  _methodChannel?.invokeMethod('stopPlay', {}).then((value) {});
}