getSession method

Future<Tuple2> getSession()

Implementation

Future<Tuple2> getSession() async {
  return await sessionAPI.getSession();
}