OnUploadSuccess typedef

void OnUploadSuccess (
  1. String url
)

成功回调

Implementation

typedef OnUploadSuccess = void Function(String url);