Returns the quality setting for the JPEG picture.
Future<int> getJpegQuality() async { return await _channel.$getJpegQuality(this) as int; }