Fluttersampleplugin class

Constructors

Fluttersampleplugin()

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

addNewNotification(String notificationTitle, String notificationBody) → void
appConversion() → void
appConversionWithData(Map appConvertionData) → void
customEvent(String event) → void
customEventWithData(Map eventData) → void
deleteNotificationByCampaignId(String campaignId) → void
formDataCapture(Map formData) → void
getNotificationList() Future
getReadNotificationCount() Future<int?>
getUnReadNotificationCount() Future<int?>
getURLData(String type) → dynamic
listener(NotificationCallback channel) → dynamic
locationUpdate(double lat, double lang) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readNotification(String campaignId) → void
screentracking(String screenName) → void
sdkRegisteration(Map userData) → void
toString() String
A string representation of this object.
inherited
unReadNotification(String campaignId) → void
updatePushToken(String token) → void

Operators

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