PostProcessBuildStep class
A simplified BuildStep which can only read its primary input, and can't get a Resolver or any Resources, at least for now.
Properties
Methods
-
complete(
) → Future< void> - Waits for work to finish and cleans up resources. [...]
-
deletePrimaryInput(
) → void - Marks an asset for deletion in the post process step.
-
digest(
AssetId id) → Future< Digest> -
readInputAsBytes(
) → Future< List< int> > -
readInputAsString(
{Encoding encoding: utf8 }) → Future< String> -
writeAsBytes(
AssetId id, FutureOr< List< bytes) → Future<int> >void> -
writeAsString(
AssetId id, FutureOr< String> content, { Encoding encoding: utf8 }) → Future<void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited