writeAsBytes abstract method
Writes bytes to id.
The id must be one of allowedOutputs or an UnexpectedOutputException
is thrown.
The id must not have been written before or an InvalidOutputException
is thrown.
Implementation
@override
Future<void> writeAsBytes(AssetId id, FutureOr<List<int>> bytes);