fd_seek method

  1. @override
  2. @JSExport()
int fd_seek(
  1. int fd,
  2. Object? offset,
  3. int whence,
  4. int newOffsetPtr,
)
override

Implementation

@override
@JSExport()
int fd_seek(int fd, Object? offset, int whence, int newOffsetPtr) =>
    _call('fd_seek', [fd, offset, whence, newOffsetPtr]);