use method

void use (
  1. Network network
)

Use network as a current network for the sdk.

Implementation

static void use(Network network) {
  _current = network;
}