getSession method

Future getSession()

Get current session information from CouchDB

Implementation

Future<dynamic> getSession() {
  const url = session;

  return _httpRequest(getSessionn, url);
}