updateDeviceIdentifierTrackingStatus method
Implementation
void updateDeviceIdentifierTrackingStatus(
String appId, String identifierType, bool state) {
_channel.invokeListMethod(methodUpdateDeviceIdentifierTrackingStatus,
_getDeviceIdentifierJson(appId, identifierType, state));
}