pushTokenStream property

BehaviorSubject<String?> get pushTokenStream

Stream of push token updates. On Android this is the FCM token, on iOS this is the APNs token.

Implementation

BehaviorSubject<String?> get pushTokenStream;