addFile method

Future<String> addFile(
  1. Uint8List data
)

Returns a Future that resolves to the CID of the added file data.

Implementation

Future<String> addFile(Uint8List data) => _contentManager.addFile(data);