fromNative static method

CameraDevice fromNative(
  1. Pointer<Uint8> ptr
)

Implementation

static CameraDevice fromNative(Pointer<Uint8> ptr) => fromReader(RecordReader.fromNative(ptr));