GetUInt8 method

int GetUInt8(
  1. Pointer<Uint8> result
)

Implementation

int GetUInt8(Pointer<Uint8> result) => ptr.ref.vtable
    .elementAt(8)
    .cast<Pointer<NativeFunction<_GetUInt8_Native>>>()
    .value
    .asFunction<_GetUInt8_Dart>()(ptr.ref.lpVtbl, result);