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