Versions in this module Expand all Collapse all v0 v0.2.0 Apr 13, 2024 Changes in this version + func ActiveHandles() int64 + func FreePin(ptr uintptr) + func GetPin[T any](ptr uintptr) T + func Pin(value any) uintptr v0.1.0 Dec 30, 2023 v0.0.1 Dec 30, 2023 Changes in this version + var ErrDartIncompatible = errors.New("DartVM major version does not match") + func InitializeApi(p unsafe.Pointer) error + func Send(port int64, data []uint64, callback func()) bool