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