uploadH5File property

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

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

Implementation

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