RestestpluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RestestpluginPlatform
Implementers

Constructors

RestestpluginPlatform()
Constructs a RestestpluginPlatform.

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

appConversion() Future<String?>
appConversionWithData(Map<String, Object> param) Future<String?>
customEvent(Map<String, Object> param) Future<String?>
getMyName() Future<String?>
getNotificationList() Future<String?>
getPlatformVersion() Future<String?>
getReadNotificationCount() Future<String?>
getUnReadNotificationCount() Future<String?>
locationUpdate(Map<String, Object> param) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notificationCTAClicked(Map<String, Object> param) Future<String?>
readNotification(String param) Future<String?>
screenTracking(String param) Future<String?>
sdkRegistration(Map<String, Object> param) Future<String?>
toString() String
A string representation of this object.
inherited
unReadNotification(String param) Future<String?>

Operators

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

Static Properties

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