put_object_event_handler library

Classes

ObjectStoragePutObjectEventHandler
上传时的相关事件回调

Typedefs

OnProgress = void Function(ObjectStoragePutObjectResult event)
进度回调
OnUploadFailure = void Function(ObjectStoragePutObjectResult event)
失败回调
OnUploadSuccess = void Function(ObjectStoragePutObjectResult event)
成功回调