DartSetParameterNative typedef

DartSetParameterNative = Void Function(Int32, Double)

Implementation

typedef DartSetParameterNative = ffi.Void Function(ffi.Int32, ffi.Double);