localPrint method

void localPrint(
  1. Pointer<Uint8> str
)

Implementation

void localPrint(
  ffi.Pointer<ffi.Uint8> str,
) {
  return _localPrint(
    str,
  );
}