menu
graphql package
documentation
client.dart
HttpResponseDecoder typedef
HttpResponseDecoder typedef
dark_mode
light_mode
HttpResponseDecoder
typedef
HttpResponseDecoder
=
FutureOr
<
Map
<
String
,
dynamic
>
?
>
Function
(
Response
httpResponse
)
Implementation
typedef HttpResponseDecoder = FutureOr<Map<String, dynamic>?> Function( http.Response httpResponse);
graphql package
documentation
client
HttpResponseDecoder typedef
graphql library