HuaweiImpl class
- Inheritance
-
- Object
- FlutterPushBase
- HuaweiImpl
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onClickNotification ↔ PushClickAction?
-
Developers should not use this field directly
Bind the click callbackgetter/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 Tokengetter/setter pairinherited
Methods
-
getToken(
) → Future< String?> -
Developers should not use this field directly
Get HUAWEI Push Tokenoverride -
init(
PushClickAction onClickNotificationFunction) → Future< void> -
Developers should not use this field directly
Initialize HUAWEI Pushoverride -
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 Pushoverride -
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 permissionoverride -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited