FluttersdkpluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FluttersdkpluginPlatform
Implementers

Constructors

FluttersdkpluginPlatform()
Constructs a FluttersdkpluginPlatform.

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) → dynamic
appConversionTracking() → void
deepLinkData() → void
deleteNotificationByCampaignId(dynamic content) → void
formDataCapture(String formData) → void
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDeviceUserRegister(String uid, String name, String age, String email, String phone, String gender, String token, String profileUrl, String dob, String education, bool employed, bool married, String adId) → void
onMessageReceived(String title) → dynamic
onTrackEvent(String content) → void
pushLocation(double lat, double lang) → dynamic
readNotification(dynamic content) → void
readNotificationCount() Future<int?>
toString() String
A string representation of this object.
inherited
unReadNotification(String cid) → void
updatePushToken(String token) → void

Operators

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

Static Properties

instance FluttersdkpluginPlatform
The default instance of FluttersdkpluginPlatform to use.
getter/setter pair