stop method

Future<void> stop()

ios

结束播放

Implementation

Future<void> stop() async {
  await _channel.invokeMethod("stop");
}