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 62759f1 commit fb61378Copy full SHA for fb61378
lib/src/network/parse_http_client.dart
@@ -7,7 +7,7 @@ class ParseHTTPClient extends BaseClient {
7
ParseCoreData data = ParseCoreData();
8
Map<String, String> additionalHeaders;
9
10
- ParseHTTPClient([dynamic securityContext])
+ ParseHTTPClient([SecurityContext securityContext])
11
: _client = securityContext != null
12
? IOClient(HttpClient(context: securityContext))
13
: IOClient();
0 commit comments