supportsXa property

bool get supportsXa

True when the loaded native library exports the XA / 2PC FFI family (Sprint 4.3). Callers should gate on this before using any of the xaStart / xaPrepare / etc. methods — older binaries throw UnsupportedError.

Implementation

bool get supportsXa => _bindings.supportsXa;