refreshSession method

Future<Tuple2> refreshSession()

Implementation

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