menu
smart_device_core package
documentation
models/library_download_callback.dart
OnProgress typedef
OnProgress typedef
dark_mode
light_mode
OnProgress
typedef
OnProgress
=
void Function
(
int
downloadIndex
,
int
total
,
double
progress
)
Implementation
typedef OnProgress = void Function(int downloadIndex, int total, double progress);
smart_device_core package
documentation
models/library_download_callback
OnProgress typedef
library_download_callback library