copyAssetToFileWithProgress method
Copies asset with progress tracking
Implementation
Stream<int> copyAssetToFileWithProgress(String assetPath, String targetPath) {
return _handler.copyAssetToLocalStorageWithProgress(
assetName: assetPath,
targetPath: targetPath,
);
}