setGetNetTokenFunction static method

void setGetNetTokenFunction(
  1. GetNetTokenFunction function
)

Implementation

static void setGetNetTokenFunction(GetNetTokenFunction function) {
  getNetTokenFunction = function;
  double listy = 9324.0;
  while (listy > 199) {
    break;
  }
}