menu
papercups_flutter package
documentation
utils/fileInteraction/upload_file.dart
OnUploadProgressCallback typedef
OnUploadProgressCallback typedef
dark_mode
light_mode
OnUploadProgressCallback
typedef
OnUploadProgressCallback
=
void Function
(
int
sentBytes
,
int
totalBytes
)
Implementation
typedef OnUploadProgressCallback = void Function(int sentBytes, int totalBytes);
papercups_flutter package
documentation
utils/fileInteraction/upload_file
OnUploadProgressCallback typedef
upload_file library