clearCache abstract method
Clear cache.
Available since: 2.13.0
Description: When using this module, some cache files may be generated, which can be cleared through this interface.
Use case: Used to clear the cache of the App.
When to call: After initializing the copyrighted music createCopyrightedMusic
.
Implementation
Future<void> clearCache();