LoadingProgress typedef

LoadingProgress = void Function(double progress, List<int> data)

Implementation

typedef LoadingProgress = void Function(double progress, List<int> data);