diff --git a/source/ios/Runner/AppDelegate.swift b/source/ios/Runner/AppDelegate.swift index c047f1c..1c5a9fe 100644 --- a/source/ios/Runner/AppDelegate.swift +++ b/source/ios/Runner/AppDelegate.swift @@ -9,7 +9,7 @@ import os _ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> Bool { -// GeneratedPluginRegistrant.register(with: self) + GeneratedPluginRegistrant.register(with: self) let controller : FlutterViewController = window?.rootViewController as! FlutterViewController; let vpnManagerChannel = FlutterMethodChannel.init(name: "com.vpntunnel.vpnzeus/vpn_manager",