wait$1 method

int wait$1(
  1. Pointer<Int> arg0
)

Implementation

int wait$1(
  ffi.Pointer<ffi.Int> arg0,
) {
  return _wait$1(
    arg0,
  );
}