deleteAllCache method

Future<bool?> deleteAllCache()

delete the cache folder, please do not put other things in the folder of this plugin, it will be cleared

Implementation

Future<bool?> deleteAllCache() async {
  return await _invoke<bool>('deleteAllCache');
}