onVersionIdCreated property Null safety

(dynamic Function(String)?) onVersionIdCreated
final

onVersionIdCreated would be called once the version id is created.

Other actions by the can be done, maybe caching the version id to be used for resuming the download later

Implementation

final Function(String)? onVersionIdCreated;