getCachePath static method

Future<String?> getCachePath([
  1. String cacheFilePath = 'cache_file'
])

Implementation

static Future<String?> getCachePath([String cacheFilePath = 'cache_file']) =>
    FileTool.getDirPath(cacheFilePath, root: FileDir.temporary);