setUserId static method
Sets the current user ID for attributing flow events.
Implementation
static void setUserId(String userId) {
_userId = userId;
}
Sets the current user ID for attributing flow events.
static void setUserId(String userId) {
_userId = userId;
}