fromNative static method

PhotoResult fromNative(
  1. Pointer<Uint8> ptr
)

Implementation

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