setToken method

void setToken(
  1. ClipToken? token
)

Implementation

void setToken( ClipToken? token ){
	_token = token;
}