downloadImage property

dynamic Function({required dynamic stopLoading(), required String url})? downloadImage
final

Implementation

final Function({required String url, required Function() stopLoading})?
    downloadImage;