isLockTimeout property

bool get isLockTimeout

Returns true if the SDK could not acquire an internal lock within its configured timeout. Treat as pathology: do not retry blindly. Android only; iOS/macOS never produce this code.

Implementation

bool get isLockTimeout => code == 'LOCK_TIMEOUT';