AppleAPNSImpl class
- Inheritance
-
- Object
- FlutterPushBase
- AppleAPNSImpl
Constructors
Properties
- applePushConnector → PushConnector
-
Developers should not use this field directly
Initialize APPLE Push Plug-infinal - getAppleNotificationToken → PlainNotificationToken
-
Developers should not use this field directly
Initialize APPLE Token Plug-infinal - 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 Appple APNS Tokenoverride -
init(
PushClickAction onClickNotificationFunction) → Future< void> -
Developers should not use this field directly
Initialize APPLE APNS Pushoverride -
isSupport(
) → Future< bool> -
Developers should not use this field directly
Determine whether the device supports Apple APNS 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 APPLE iOS Push permissionoverride -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited