Fix: Remove resolution scope from unstoppable domains plugin (#1604)
David Adegoke committed
Aug 13, 2024 at 19:25 UTC
4e7e00b975816cffec2d23866c3b5d59fb8445b9
1 file changed
+1
-5
ios/Runner/AppDelegate.swift
+1
-5
@@ -3,11 +3,7 @@ import Flutter
3
import workmanager
4
5
@UIApplicationMain
6
-@objc class AppDelegate: FlutterAppDelegate {
7
- lazy var resolution : Resolution? = {
8
- return try? Resolution()
9
- }()
10
-
6
+@objc class AppDelegate: FlutterAppDelegate {
7
override func application(
8
_ application: UIApplication,
9
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?