onSendComplete property Null safety

(dynamic Function(dynamic response, String versionId)?) onSendComplete
final

onSendComplete is called when the file has been uploaded completely

Implementation

final Function(dynamic response, String versionId)? onSendComplete;