getStats method

Future getStats()

Get current stats from CouchDB, 1.xx versions only

Implementation

Future<dynamic> getStats() {
  const url = stats;

  return _httpRequest(getStatss, url);
}