HuaweiImpl class

Inheritance

Constructors

HuaweiImpl()

Properties

hashCode int
The hash code for this object.
no setterinherited
onClickNotification PushClickAction?
Developers should not use this field directly Bind the click callback
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
Developers should not use this field directly Device Token
getter/setter pairinherited

Methods

getToken() Future<String?>
Developers should not use this field directly Get HUAWEI Push Token
override
init(PushClickAction onClickNotificationFunction) Future<void>
Developers should not use this field directly Initialize HUAWEI Push
override
initHuaweiNotificationListener() Future<void>
Developers should not use this field directly Initialize HUAWEI notification listener
initHuaweiTokenStream() Future<void>
Developers should not use this field directly Initialize HUAWEI token stream
isSupport() Future<bool>
Developers should not use this field directly Determin whether the device support HUAWEI Push
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requirePermission() → void
Developers should not use this field directly Require HUAWEI Push permission
override
toString() String
A string representation of this object.
inherited

Operators

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