play method

Future<void> play()

开始播放

Implementation

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