c_forwards_one function
Like c_forwards but when serializing a single value this is convenient.
Implementation
Uint8List c_forwards_one(CandidType c) {
return c_forwards([c]);
}
Like c_forwards but when serializing a single value this is convenient.
Uint8List c_forwards_one(CandidType c) {
return c_forwards([c]);
}