registrationToken property

String? registrationToken

Get the registration token from the error.

This is null if the registration token is not available.

Implementation

String? get registrationToken => details['regToken'] as String?;