setCustomerUserId method
Implementation
void setCustomerUserId(String userId) {
_channel.invokeMethod('setCustomerUserId', {'userId': userId});
}
void setCustomerUserId(String userId) {
_channel.invokeMethod('setCustomerUserId', {'userId': userId});
}