cacheNetWork static method

CachedNetworkImage cacheNetWork(
  1. String path
)

网络图片,带缓存

Implementation

static CachedNetworkImage cacheNetWork(String path) {
  return FFImageUtil.utilNetworkImage(path);
}