shouldMonitorTokenChange property
Whether to monitor FCM token changes.
If set to false any changed token must be passed manually to refreshToken(). Note that any token change identified while offline will not be retried and that monitoring for token changes will only start after identify() has been called.
Implementation
final bool shouldMonitorTokenChange;