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