Future getToken()async{ var token = await FirebaseMessaging.instance.getToken(); print("Your FCM token is : $token"); }.
確定! 回上一頁