Skip to content

Commit

Permalink
add missing parameter tag iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
richtwin567 committed Aug 29, 2020
1 parent 202ed08 commit 430b835
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public class NativeContact: NSObject {
result(FlutterMethodNotImplemented)
return
}
var contact = NativeContact(call.arguments)
var contact = NativeContact(map:call.arguments)
contact.saveNatively()
})
GMSServices.provideAPIKey("AIzaSyC8crEFAO6MSNJMRK1lmo-WnSL7RLFu87w")
Expand Down

0 comments on commit 430b835

Please sign in to comment.