Rester typedef
Rester =
Future<Response> Function(Uri url, {Object? body, Encoding? encoding, Map<String, String> ? headers})
Implementation
typedef Rester = Future<Response> Function(
Uri url, {
Map<String, String>? headers,
Object? body,
Encoding? encoding,
});