Returns the current resolution of the video
Future<int?> getQuality() async { return await _methodChannel.invokeMethod<int>('getQuality'); }