seekTo method

Future seekTo(
  1. int msec
)

播放

Implementation

Future seekTo(int msec) async {
  return await rtmpPlayerViewState?.seekTo(msec);
}