menu
dart_ipfs
dart_ipfs.dart
IPLDCodec
encode abstract method
encode
dark_mode
light_mode
encode
abstract method
Future
<
Uint8List
>
encode
(
dynamic
value
)
Encodes
value
into bytes.
Implementation
Future<Uint8List> encode(dynamic value);
dart_ipfs
dart_ipfs
IPLDCodec
encode abstract method
IPLDCodec class