play method

Future play()

播放

Implementation

Future play() async {
  return await rtmpPlayerViewState?.play();
}