RequestEncoder typedef
RequestEncoder =
List< int> Function(String request, RequestOptions options)
The type of a response encoding callback.
Implementation
typedef RequestEncoder = List<int> Function(
String request,
RequestOptions options,
);