await FirebaseMessaging.instance.getToken();
I used this code to get token but apparently this code just give me the token of the device, For example, if i uses many accounts in my app, i'll get the same token for every accounts. But if i use another device, i'll get different token.