menu
dart_ipfs
dart_ipfs.dart
IPFSWebNode
cat method
cat
dark_mode
light_mode
cat
method
Future
<
Uint8List
?
>
cat
(
CID
cid
)
Gets data by CID object.
Implementation
Future<Uint8List?> cat(CID cid) async { return get(cid.encode()); }
dart_ipfs
dart_ipfs
IPFSWebNode
cat method
IPFSWebNode class