setUserId static method

void setUserId(
  1. String? userId
)

Implementation

static void setUserId(String? userId) {
  _userId = userId;
}