backgroundMessage1 Flutter: FCM Unhandled Exception: Null check operator used on a null value Flutter fcm관련 설정을 하면서 다음과 같은 오류를 만난다면 FirebaseMessaging.onBackgroundMessage() 핸들러의 위치를 다시한번 살펴보길 바란다. Unhandled Exception: Null check operator used on a null value 풀 소스를 보자면 다음과 같다. Future _firebaseMessagingBackgroundHandler(RemoteMessage message) async { await Firebase.initializeApp(); //message 처리 코드 return Future.value(); } Future main() async { WidgetsFlutterBinding.ensureInitialized(); Fire.. 2022. 5. 15. 이전 1 다음