Sonal Kachare
Results
2
comments of
Sonal Kachare
To resolve this warning I did following changes to function declaration Existing function declaration: ```swift func getAvailability(forUser: Int, _ onSuccess: @escaping (String) -> Void, onError: (String) -> Void) { }...
Hey, I'm facing the same issue as @BryghtLabs. @BryghtLabs Did you find any solution for this?