setCustomerIdAndLogSession method

void setCustomerIdAndLogSession(
  1. String id
)

Set customer user ID and unlock the wait for customer user id. Use with waitForCustomerUserId

Implementation

void setCustomerIdAndLogSession(String id) {
  _methodChannel.invokeMethod("setCustomerIdAndLogSession", {'id': id});
}