files_cache library
Classes
- Constants
- FileExtension
- FilesCache
- Armazenar, ler e excluir os arquivos em cache na mémoria
- Functions
Enums
Functions
-
consolidateByteData(
HttpClientResponse response, {bool autoUncompress = true, BytesReceivedCallback? onBytesReceived}) → Future< Uint8List> - Efficiently converts the response body of an HttpClientResponse into a Uint8List.
Typedefs
- BytesReceivedCallback = void Function(int cumulative, int? total)
- Signature for getting notified when chunks of bytes are received while consolidating the bytes of an HttpClientResponse into a Uint8List.