downloadPatchAssets abstract method
Future<bool>
downloadPatchAssets({
- required UpdateManifest manifest,
- required void onProgress(
- double progress
Downloads patch binary assets with onProgress reporting.
Implementation
Future<bool> downloadPatchAssets({
required UpdateManifest manifest,
required void Function(double progress) onProgress,
});