add method
Adds the given asset
to the link hook output.
Implementation
void add(CodeAsset asset) => _output.addEncodedAsset(asset.encode());
Adds the given asset
to the link hook output.
void add(CodeAsset asset) => _output.addEncodedAsset(asset.encode());