dispose static method

void dispose()

释放资源(如果需要的话)

Implementation

static void dispose() {
  _tokenUpdateController.close();
}