files_cache library
Classes
- FilesCache
- Classe resposável por armazenar, ler e excluir os arquivos em cache na mémoria
- FilesConstants
- FilesFunctions
Functions
-
consolidateByteData(
HttpClientResponse response, {bool autoUncompress = true, BytesReceivedCallback? onBytesReceived}) → Future< Uint8List> - Efficiently converts the response body of an HttpClientResponse into a Uint8List.
Enums
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.