Set the playback speed, with a value range of 0.1 to 3.0.
Future<void> setPlaybackSpeed(double speed) async { await engineInstanceMethodChannel.invokeMethod('setPlaybackSpeed', speed); }