deviceIdentifiers method

void deviceIdentifiers(
  1. void configure(
    1. IndividualConfigAndroid
    )
)

Implementation

void deviceIdentifiers(void Function(IndividualConfigAndroid) configure) {
  configureItem('DeviceIdentifiers', configure);
}