Closed giandifra closed 1 month ago
@giandifra
hello, try this
SwiftFlutterForegroundTaskPlugin.setPluginRegistrantCallback { registry in
GeneratedPluginRegistrant.register(with: registry)
}
if #available(iOS 10.0, *) {
UNUserNotificationCenter.current().delegate = self
}
It's working, thanks!
Hello, I've this error on
AppDelegate.swift
: