exifLocation method

void exifLocation(
  1. void configure(
    1. IndividualConfigAndroid
    )
)

Implementation

void exifLocation(void Function(IndividualConfigAndroid) configure) {
  configureItem('ExifLocation', configure);
}