We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f303320 commit abdf042Copy full SHA for abdf042
packages/functions_client/lib/src/functions_client.dart
@@ -71,7 +71,7 @@ class FunctionsClient {
71
String functionName, {
72
Map<String, String>? headers,
73
Map<String, dynamic>? body,
74
- Map<String, String>? queryParameters,
+ Map<String, dynamic>? queryParameters,
75
HttpMethod method = HttpMethod.post,
76
}) async {
77
final bodyStr = body == null ? null : await _isolate.encode(body);
0 commit comments