Sets Jpeg quality of captured picture.
The range is 1 to 100, with 100 being the best.
Future<void> setJpegQuality(int quality) { return _channel.$setJpegQuality(this, quality); }