onVideoQualityChanged method

void onVideoQualityChanged(
  1. VoidCallback callback
)

listener for the changes in the quality of the video

Implementation

void onVideoQualityChanged(VoidCallback callback) {
  _ctr.onVimeoVideoQualityChanged = callback;
}