updateDeviceIdentifierTrackingStatus method

void updateDeviceIdentifierTrackingStatus(
  1. String appId,
  2. String identifierType,
  3. bool state
)

Implementation

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