fix: show notification from native

This commit is contained in:
shenlong-tanwen
2025-10-01 05:29:23 +05:30
parent 6c67bbd528
commit 6fc1bca8c2
11 changed files with 104 additions and 76 deletions
@@ -119,10 +119,6 @@ class BackgroundWorker: BackgroundWorkerBgHostApi {
})
}
func showNotification(title: String, content: String) throws {
// No-op on iOS for the time being
}
/**
* Cancels the currently running background task, either due to timeout or external request.
* Sends a cancel signal to the Flutter side and sets up a fallback timer to ensure