flush method

void flush(
  1. Pointer<Void> ptr
)

Flush dynamic allocated function.

Implementation

void flush(
  ffi.Pointer<ffi.Void> ptr,
) {
  return _flush(
    ptr,
  );
}