fcmToken property

String? fcmToken
final

Current FCM push notification token for this device.

Nullable when:

  • User has not granted notification permission
  • Token has been explicitly cleared (logout)
  • Token is temporarily unavailable

When non-null, this device is a "deliverable endpoint" for push notifications.

Implementation

final String? fcmToken;