Returns a Future that resolves to the CID of the added file data.
data
Future<String> addFile(Uint8List data) => _contentManager.addFile(data);