stop method

Future<void> stop()

结束播放

Implementation

Future<void> stop() async {
  await state._platformController.stop();
}