fromNative static method

RecordingResult fromNative(
  1. Pointer<Uint8> ptr
)

Implementation

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