pub unsafe extern "C" fn Dart_GetDataFromByteBuffer(
    byte_buffer: Dart_Handle
) -> Dart_Handle
Expand description

Returns the TypedData object associated with the ByteBuffer object.

\param byte_buffer The ByteBuffer object.

\return The TypedData object if no error occurs. Otherwise returns an error handle.