cacheFile property

void Function(Map<Object?, Object?> info)? cacheFile
getter/setter pair

Description:When the process of caching H5 files, you will receive multiple callbacks for the progress and results of uploading @param info of the caching h5 progress and result During file caching, you will receive multiple info. info includes the state, errorCode and infoMap keys.

Implementation

static void Function(Map<Object?, Object?> info)? cacheFile;