getSupportedJpegThumbnailSizes method
Gets the supported jpeg thumbnail sizes.
This method will always return a list with at least two elements. Size 0,0 (no thumbnail) is always supported.
Implementation
Future<CameraSize> getSupportedJpegThumbnailSizes() async {
return await _channel.$getSupportedJpegThumbnailSizes(this) as CameraSize;
}