menu
s_packages package
documentation
s_client/src/client.dart
OnProgress typedef
OnProgress typedef
dark_mode
light_mode
OnProgress
typedef
OnProgress
=
void Function
(
int
current
,
int
total
)
Callback for download/upload progress.
Implementation
typedef OnProgress = void Function(int current, int total);
s_packages package
documentation
s_client/src/client
OnProgress typedef
client library