supportsXa property

bool get supportsXa

True when the loaded native library supports the XA / 2PC FFI family (Sprint 4.3). Callers should gate on this before invoking xaStart / xaRecover / xaResumePrepared; older binaries throw UnsupportedError.

Implementation

bool get supportsXa => _native.supportsXa;