putAccount static method

void putAccount(
  1. UserId? userId
)

Puts the provided UserId to the browser's storage.

Implementation

static void putAccount(UserId? userId) {
  // No-op.
}