PushNotificationModule class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
registerPushNotification({required String tokenGraph, required String token, required SipConfiguration sipConfiguration, bool isAndroid = false, bool isIOS = false, required String appId, required bool isProduction, required String deviceMac})
→ Future
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
unregisterPushNotification({required SipConfiguration sipConfiguration, bool isAndroid = false, bool isIOS = false, required String appId})
→ Future
-