reset method

void reset()

Reset the state of any caches within Resolver instances produced by this Resolvers.

In between calls to reset no Assets should change, so every call to BuildStep.readAsString for a given AssetId should return identical contents. Any time an Asset's contents may change reset must be called.

Implementation

void reset() {}