menu
dart_ipfs
dart_ipfs.dart
IPLDCodec
decode abstract method
decode
dark_mode
light_mode
decode
abstract method
Future
decode
(
Uint8List
data
)
Decodes bytes into a Dart value.
Implementation
Future<dynamic> decode(Uint8List data);
dart_ipfs
dart_ipfs
IPLDCodec
decode abstract method
IPLDCodec class