- Implementers
Properties
-
fcmTokenStream
→ BehaviorSubject<
String?> -
Stream of FCM token updates
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pushTokenStream
→ BehaviorSubject<
String?> -
Stream of push token updates. On Android this is the FCM token, on iOS
this is the APNs token.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancelAll(
) → Future< void> -
deleteToken(
) → Future< void> -
getToken(
) → Future< String?> -
initialize(
{required bool enableFirebaseInit}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
schedulePush(
PushEntity push) → Future< void> -
setPeriodicPush(
PushEntity push) → Future< void> -
showPush(
PushEntity push) → Future< void> -
subscribeOnTopic(
{required String topic}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
unsubscribeFromTopic(
{required String topic}) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited