feat: Added stats stream for ios

This commit is contained in:
hiddify
2023-12-27 01:01:56 +03:30
parent 90ae1e180c
commit 92d6f627f0
4 changed files with 69 additions and 2 deletions

View File

@@ -33,8 +33,8 @@ public class GroupsEventHandler: NSObject, FlutterPlugin, FlutterStreamHandler,
private var channel: FlutterEventChannel?
var commandClient: LibboxCommandClient?
var events: FlutterEventSink?
private var commandClient: LibboxCommandClient?
private var events: FlutterEventSink?
public static func register(with registrar: FlutterPluginRegistrar) {
let instance = GroupsEventHandler()