deviceLocation method

void deviceLocation(
  1. void configure(
    1. IndividualConfigAndroid
    )
)

Implementation

void deviceLocation(void Function(IndividualConfigAndroid) configure) {
  configureItem('DeviceLocation', configure);
}