menu
nets_core package
documentation
services/network_service.dart
OnDownloadProgressCallback typedef
OnDownloadProgressCallback typedef
dark_mode
light_mode
OnDownloadProgressCallback
typedef
OnDownloadProgressCallback
=
void Function
(
int
receivedBytes
,
int
totalBytes
)
Implementation
typedef OnDownloadProgressCallback = void Function( int receivedBytes, int totalBytes);
nets_core package
documentation
services/network_service
OnDownloadProgressCallback typedef
network_service library