getStatus method

Future<GetStatusResult> getStatus()

Requests the current status of the node.

Implementation

Future<GetStatusResult> getStatus() async {
  return _nodeClient.getStatus();
}