nativePtr property

Pointer<Void> get nativePtr

Internal: returns the native pointer for use by Session.open.

Implementation

Pointer<Void> get nativePtr {
  _ensureNotDisposed();
  _ensureNotConsumed();
  return _ptr;
}