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.
2 parents 0b9a034 + aba068a commit 8e3c4a0Copy full SHA for 8e3c4a0
templates/flutter/lib/services/service.dart.twig
@@ -76,7 +76,7 @@ class {{ service.name | caseUcfirst }} extends Service {
76
cookie.path = '/';
77
List<Cookie> cookies = [cookie];
78
await client.init();
79
- client.cookieJar.saveFromResponse(Uri.parse(client.endPoint), cookies);
+ await client.cookieJar.saveFromResponse(Uri.parse(client.endPoint), cookies);
80
});
81
}
82
0 commit comments