getPosition method
Gets the video position as Duration from the start.
Implementation
@override
Future<Duration> getPosition(int textureId) async {
return VideoPlayerWinPlatform.instance.getPlayerByTextureId(textureId)!.value.position;
}
Gets the video position as Duration from the start.
@override
Future<Duration> getPosition(int textureId) async {
return VideoPlayerWinPlatform.instance.getPlayerByTextureId(textureId)!.value.position;
}