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> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readInputAsBytes(
) → Future< List< int> > -
readInputAsString(
{Encoding encoding = utf8}) → Future< String> -
toString(
) → String -
A string representation of this object.
inherited
-
writeAsBytes(
AssetId id, FutureOr< List< bytes) → Future<int> >void> -
writeAsString(
AssetId id, FutureOr< String> content, {Encoding encoding = utf8}) → Future<void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited