live method

LivePointerSync<R> live(
  1. MemoryPointer<RType>? ptrOf()
)

Implementation

LivePointerSync<R> live(MemoryPointer? Function() ptrOf)
  => .pointerSync(ptrOf, this);