menu
agent_dart package
documentation
candid/idl.dart
IDL
decode static method
decode static method
dark_mode
light_mode
decode
static method
List
decode
(
List
<
CType
>
retTypes
,
Uint8List
bytes
)
Implementation
static List decode(List<CType> retTypes, Uint8List bytes) => idlDecode(retTypes, bytes);
agent_dart package
documentation
candid/idl
IDL
decode static method
IDL class