notifySessionExpired method Null safety

void notifySessionExpired()

Implementation

void notifySessionExpired() {
  logger.i('Notifying session expired');
  _sessionHandler?.onSessionExpired();
}