getNodeCount method

Future getNodeCount ()

Implementation

Future<dynamic> getNodeCount() async {
  var data = {
    'Action': 'getconnectioncount',
    'Version': '1.0.0',
  };
  return send(data);
}