playbackRate property
This getter retrieves the playback rate of the currently playing video. The default playback rate is 1, which indicates that the video is playing at normal speed.
Playback rates may include values like 0.25, 0.5, 1, 1.5, and 2.
Implementation
Future<double> get playbackRate;