Sets the playback rate of the Player. Defaults to 1.0.
1.0
Future<void> setRate(double rate) async { return platform?.setRate(rate); }