inSession property
bool
get
inSession
Whether this view already holds a connection lease.
Implementation
bool get inSession => _connection != null;
Whether this view already holds a connection lease.
bool get inSession => _connection != null;