getToken

abstract suspend fun getToken(): String?

Retrieves the current FCM token from the server.

Return

The FCM token string, or null if unavailable.

Throws

if retrieval fails.