AppleAPNSImpl class

Inheritance

Constructors

AppleAPNSImpl.new()

Properties

applePushConnector → PushConnector
Developers should not use this field directly Initialize APPLE Push Plug-in
final
getAppleNotificationToken → PlainNotificationToken
Developers should not use this field directly Initialize APPLE Token Plug-in
final
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 Appple APNS Token
override
init(PushClickAction onClickNotificationFunction) Future<void>
Developers should not use this field directly Initialize APPLE APNS Push
override
isSupport() bool
Developers should not use this field directly Determine whether the device supports Apple APNS 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 APPLE iOS Push permission
override
toString() String
A string representation of this object.
inherited

Operators

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