ptrFromInt static method
- int ptr
The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.
Implementation
static PlatformPointer ptrFromInt(int ptr) => ffi.Pointer.fromAddress(ptr);
The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.
static PlatformPointer ptrFromInt(int ptr) => ffi.Pointer.fromAddress(ptr);