uploadFile property

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

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

Implementation

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