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 f715919 commit 97738a3Copy full SHA for 97738a3
README.md
@@ -12,8 +12,8 @@ Want to get involved? Join our Slack channel and help out! FlutterParseSDK.Slack
12
13
```
14
Parse().initialize(
15
- appId: ApplicationConstants.PARSE_APPLICATION_ID,
16
- serverUrl: ApplicationConstants.PARSE_SERVER_URL,
+ ApplicationConstants.PARSE_APPLICATION_ID,
+ ApplicationConstants.PARSE_SERVER_URL,
17
masterKey: ApplicationConstants.PARSE_MASTER_KEY);
18
19
0 commit comments