stop method

Future<void> stop()

停止播放

Implementation

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