play method

Future<void> play()

开始播放视屏

Implementation

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