menu
http_client package
documentation
http_client
StreamFn typedef
StreamFn
brightness_4
StreamFn
typedef
Null safety
StreamFn
=
FutureOr
<
Stream
<
List
<
int
>
>
>
Function
()
A restartable input stream.
Implementation
typedef StreamFn = FutureOr<Stream<List<int>>> Function();
http_client package
documentation
http_client
StreamFn typedef
http_client library
Classes
Client
Headers
RedirectInfo
Request
Response
TrackingClient
UpdatingClient
Typedefs
CloseClientFn
CreateClientFn
StreamFn