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 c514871 commit bd5ec61Copy full SHA for bd5ec61
lib/approov_service_flutter_httpclient.dart
@@ -231,11 +231,7 @@ class ApproovService {
231
await _channel.invokeMethod('initialize', arguments);
232
// Use the comment string to initialize now immediately with the non null string
233
if (_initialComment != null) {
234
- arguments = <String, dynamic>{
235
- "initialConfig": _initialConfig,
236
- "updateConfig": "auto",
237
- "comment": _initialComment,
238
- };
+ arguments["comment"] = _initialComment;
239
240
}
241
// set the user property to represent the framework being used
0 commit comments