isSessionEmpty property
bool
get
isSessionEmpty
Checks if the session is empty.
Implementation
bool get isSessionEmpty => _session.isEmpty;
Checks if the session is empty.
bool get isSessionEmpty => _session.isEmpty;