PushHandleStrategyFactory class abstract

Abstract factory for push notification strategies.

Constructors

PushHandleStrategyFactory({PlatformWrapper? platformWrapper})

Properties

defaultStrategy StrategyBuilder
Default strategy, if in the notification is no strategy information.
no setter
hashCode int
The hash code for this object.
no setterinherited
map Map<String, StrategyBuilder>
Override with the necessary matching actions and strategy builder.
no setter
platform → PlatformWrapper
Wrapper for Platform io.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createByData(Map<String, dynamic> messageData) PushHandleStrategy<NotificationPayload>
Returns a strategy from push data.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited