FreeDartSignature typedef

FreeDartSignature = void Function(Pointer<Void>)

Implementation

typedef FreeDartSignature = void Function(ffi.Pointer<ffi.Void>);