pause method

Future<void> pause()

暂停播放

Implementation

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