RecordingAssetWriter class abstract
An implementation of AssetWriter
that records outputs to assets.
- Implementers
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
writeAsBytes(
AssetId id, List< int> bytes) → Future<void> -
Writes
bytes
to a binary file located atid
.inherited -
writeAsString(
AssetId id, String contents, {Encoding encoding = utf8}) → Future< void> -
Writes
contents
to a text file located atid
withencoding
.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited