set method

void set(
  1. LoginException? exception
)

Implementation

void set(LoginException? exception) => state = exception;