refreshSession method

Future<void> refreshSession()

Refreshes the current Session.

Implementation

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