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 27bdc93 commit 24b7d0aCopy full SHA for 24b7d0a
ios/Classes/InstabugFlutterPlugin.m
@@ -31,7 +31,7 @@ - (void)handleMethodCall:(FlutterMethodCall*)call result:(FlutterResult)result {
31
[inv setTarget:[InstabugFlutterPlugin class]];
32
int index = 2;
33
NSDictionary *argumentsDictionary = call.arguments;
34
- for(id key in myDict) {
+ for (id key in myDict) {
35
NSObject *arg = [myDict objectForKey:key];
36
[inv setArgument:&(arg) atIndex:index];
37
index++;
0 commit comments