jumpTo method

bool jumpTo(
  1. int index
)

Implementation

bool jumpTo(int index) =>
    _engine != ffi.nullptr && _jumpTo(_engine, index) != 0;