setContent method

Future<void> setContent(
  1. Uint8List content
)

Set the content of the item

@param this_ the object handle @param content the content of the item as a byte array @param content_size the content size

Implementation

Future<void> setContent(_i6.Uint8List content) => _isolate.invoke<void>(
      #etebase_item_set_content,
      <dynamic>[
        _pointer.address,
        _i7.TransferableTypedData.fromList([content]),
      ],
    );