isPending property

bool get isPending

Tests if the session is in a pending state (waiting for an agent, or device).

Implementation

bool get isPending => state == SessionState.pending;