PushMessagingNative class
- Mixed-in types
-
- PushPlatformMixin
- LoggingMixin
- Disposable
Properties
- convertMessage ↔ MessageConverter?
-
getter/setter pairinherited
- currToken ↔ String?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRegistered → bool?
-
no setter
- log → Logger
-
no setterinherited
- loggerName → String
-
no setterinherited
-
messages
→ Stream<
SourcedPushMessage> -
no setterinherited
-
pushTokens
→ Stream<
String?> -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancel(
) → Future -
override
-
close(
) → Future -
closePushStreams(
) → Future -
inherited
-
disposeAll(
) → Future -
inherited
-
extractMessage(
Map< String, dynamic> input) → PushMessageContent -
Loads push message from fcm payload.
inherited
-
getToken(
{bool force = false}) → Future< String?> -
inherited
-
ignore(
dynamic _) → Future - Used for when we're not actively observing things
-
initialize(
MessageConverter messageConverter) → Future -
override
-
internalGetToken(
) → Future< String?> -
override
-
newMessage(
PushSource source, PushMessageContent content) → void -
inherited
-
newPushToken(
String? token) → bool -
inherited
-
newRawMessage(
PushSource source, Map< String, dynamic> content) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerDisposer(
Disposer callback) → void -
inherited
-
registerStream(
Stream? stream) → void -
inherited
-
registerSubscription(
StreamSubscription? subscription) → void -
inherited
-
removeDisposer(
FutureOr dispose()) → void -
inherited
-
requestPermissions(
) → Future -
override
-
subscribe(
BuildContext context, {bool configureBackground = false}) → Future -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited