setCustomIdentifier method

void setCustomIdentifier(
  1. String customIdentifier
)

Implementation

void setCustomIdentifier(String customIdentifier) {
  methodChannel.invokeMethod(
      'Tracker/setCustomIdentifier', {"customIdentifier": customIdentifier});
}