Sets the resolution of the video to the specified videoQuality
videoQuality
Future<void> setQuality(int videoQuality) async { await _methodChannel.invokeMethod<void>('setQuality', videoQuality); }