ProgressCallback typedef
ProgressCallback =
void Function(double progress)
Progress callback type
Implementation
typedef ProgressCallback = void Function(double progress);
Progress callback type
typedef ProgressCallback = void Function(double progress);