setCustomerUserId method

void setCustomerUserId(
  1. String userId
)

Implementation

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