restoreSession method

Future<void> restoreSession()

Implementation

Future<void> restoreSession() async {
  await _authService.restoreSession();
  notifyListeners();
}