forgetByTag abstract method

Future<void> forgetByTag(
  1. String tag
)

Removes all cache items associated with the given tag.

Implementation

Future<void> forgetByTag(String tag);