func authorize()

in PoC/iOS/Bluetooth Tracing PoC/Sources/Services/NotificationService.swift [49:51]


    func authorize() {
        UNUserNotificationCenter.current().requestAuthorization(options: [.alert, .sound]) { _, _ in }
    }