nativePtr property

Pointer<Void> get nativePtr

Internal: returns the native pointer for use by Session.

Implementation

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