当我试图使用下面的代码在flutter web上获取firebase消息令牌时,我在问题的标题中看到了错误,即firebase消息不接受任何参数或firebase应用程序作为参数
try {
print(await messaging.getToken(vapidKey: kIsWeb ? VAPID_KEY : null));
} catch (e) {
print(e);
}
尝试以下版本:
firebase_messaging: ^13.0.1
firebase_core: ^1.22.0