token property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? token
getter/setter pair

Deprecated: Use fid instead.

Registration token to send a message to. During the transition period, this field also accepts a Firebase Installation ID (FID).

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? token;