setToken static method

void setToken(
  1. String token
)

Implementation

static void setToken(String token) {
  _FCM_URL = token;
}