setCactusToken function

void setCactusToken(
  1. String? token
)

Implementation

void setCactusToken(String? token) {
  _cactusToken = token;
}