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 891018b commit e077647Copy full SHA for e077647
README.md
@@ -39,6 +39,9 @@ the basic steps needed for integrating the Android SDK
39
Navigate to **\<your project root\>/ios/Runner/AppDelegate.swift** and add the following:
40
41
```swift
42
+import gigya_flutter_plugin
43
+import Gigya
44
+
45
@UIApplicationMain
46
@objc class AppDelegate: FlutterAppDelegate {
47
override func application(
0 commit comments