setJwtToken method

void setJwtToken(
  1. String value
)

Implementation

void setJwtToken(String value) {
  _jwtToken = value;
}