setQuality abstract method

Future<void> setQuality(
  1. String value
)

Sets the streaming quality to the specified value.

  • value: The quality level to set for the player. Returns a Future that completes when the quality has been set.

Implementation

Future<void> setQuality(String value);