build: Update fcm shared isolate

This commit is contained in:
Christian Kußowski 2026-03-15 07:43:47 +01:00
commit 2ad2b1e52c
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 10 additions and 8 deletions

View file

@ -12,5 +12,7 @@ import Flutter
func didInitializeImplicitFlutterEngine(_ engineBridge: FlutterImplicitEngineBridge) {
GeneratedPluginRegistrant.register(with: engineBridge.pluginRegistry)
}
// From https://pub.dev/packages/flutter_local_notifications#-ios-setup
UNUserNotificationCenter.current().delegate = self as? UNUserNotificationCenterDelegate }
}