E/flutter ( 2363): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Null check operator used on a null value
I'm trying to initialize Firebase messaging onBackgroundMessage and I'm getting a very unusual error I've tried every approach I know and can find the error still persists. Future<void> handleBackgroundMessage(RemoteMessage message) async { final notification = message.notification; if (notification != null)…