Refreshes the current Session.
Future<void> refreshSession() async { await _authService.refreshSession(proceedIfRefreshBefore: DateTime.now()); }