cachePath property

Future<String> get cachePath

Returns the absolute path string of the application cache directory.

Implementation

static Future<String> get cachePath async =>
    (await pp.getApplicationCacheDirectory()).path;