seekTo method
Sets the video position to a Duration from the start.
Implementation
@override
Future<void> seekTo(int textureId, Duration position) async {
await VideoPlayerWinPlatform.instance.getPlayerByTextureId(textureId)?.seekTo(position);
}
Sets the video position to a Duration from the start.
@override
Future<void> seekTo(int textureId, Duration position) async {
await VideoPlayerWinPlatform.instance.getPlayerByTextureId(textureId)?.seekTo(position);
}