clearCache method

Future<bool?> clearCache()

清楚缓存,默认返回false 操作成功返回true

Implementation

Future<bool?> clearCache() async {
  return false;
}