Add ios connection info

This commit is contained in:
problematicconsumer
2024-02-09 20:20:24 +03:30
parent 22cf3b5f7f
commit ede904a024
8 changed files with 287 additions and 95 deletions

View File

@@ -4,7 +4,7 @@ import Libcore
@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
@@ -28,6 +28,7 @@ import Libcore
AlertsEventHandler.register(with: self.registrar(forPlugin: AlertsEventHandler.name)!)
LogsEventHandler.register(with: self.registrar(forPlugin: LogsEventHandler.name)!)
GroupsEventHandler.register(with: self.registrar(forPlugin: GroupsEventHandler.name)!)
ActiveGroupsEventHandler.register(with: self.registrar(forPlugin: ActiveGroupsEventHandler.name)!)
StatsEventHandler.register(with: self.registrar(forPlugin: StatsEventHandler.name)!)
}
}