refreshSession method

Future<void> refreshSession()

Implementation

Future<void> refreshSession() async {
  return _refreshToken();
}