stop method

Future<void> stop()

停止播放 Stop playback

Implementation

Future<void> stop() {
  return NeliveplayerPlatform.instance.stop(_playerId);
}