getJpegThumbnailSize method
Returns the dimensions for EXIF thumbnail in Jpeg picture.
Implementation
Future<CameraSize> getJpegThumbnailSize() async {
return await _channel.$getJpegThumbnailSize(this) as CameraSize;
}
Returns the dimensions for EXIF thumbnail in Jpeg picture.
Future<CameraSize> getJpegThumbnailSize() async {
return await _channel.$getJpegThumbnailSize(this) as CameraSize;
}