resetCache method

Future<void> resetCache()

Clear any cached preset data. Mirrors PresetsWrapper.resetCache.

Implementation

Future<void> resetCache() => PulsarPlatform.instance.clearCache();