getSession function

Future<CubeSession> getSession()

Implementation

Future<CubeSession> getSession() {
  return GetSessionQuery().perform();
}