cleanAppCacheDirs method

Future<String> cleanAppCacheDirs({
  1. bool cleanDefault = false,
  2. bool cleanAccessedDirs = false,
  3. bool cleanCache = true,
})

Future method cleanAppCacheDirs take bool _ cleanDefault take bool _ cleanAccessedDirs take bool _ cleanCache has String return Value

Implementation

Future<String> cleanAppCacheDirs(
        {bool cleanDefault = false,
        bool cleanAccessedDirs = false,
        bool cleanCache = true}) async =>
    throw UnimplementedError('cleanAppCacheDirs() has not been implemented.');