offsetBy method

Pointer<T> offsetBy (int offsetInBytes)

Pointer arithmetic (byte offset).

Implementation

// TODO(dacoharkes): remove this?
// https://github.com/dart-lang/sdk/issues/35883
external Pointer<T> offsetBy(int offsetInBytes);