OrtGetErrorMessageDart typedef

OrtGetErrorMessageDart = Pointer<Utf8> Function(Pointer<OrtStatus> status)

Implementation

typedef OrtGetErrorMessageDart = Pointer<Utf8> Function(
  Pointer<OrtStatus> status,
);