clearCache method

Future<bool> clearCache()

Clears the app cache directory to free space.

Implementation

Future<bool> clearCache() => NexoraSdkPlatform.instance.clearCache();