getJpegQuality method

Future<int> getJpegQuality()

Returns the quality setting for the JPEG picture.

Implementation

Future<int> getJpegQuality() async {
  return await _channel.$getJpegQuality(this) as int;
}