Update AppDelegate.swift

1
This commit is contained in:
Zeus
2024-07-24 12:45:39 +08:00
parent fe77b958f6
commit cb835fbe9e
+1 -1
View File
@@ -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",