current method

Network current ()

Returns the currently used Network object by the sdk.

Implementation

static Network current() {
  return _current;
}