FluttersamplepluginPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FluttersamplepluginPlatform
- Implementers
Constructors
- FluttersamplepluginPlatform()
- Constructs a FluttersamplepluginPlatform.
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(
) → dynamic -
appConversionWithData(
Map appConvertionData) → dynamic -
customEvent(
String event) → dynamic -
customEventWithData(
Map eventData) → void -
deepLinkData(
dynamic type) → dynamic -
deleteNotificationByCampaignId(
String campaignId) → dynamic -
formDataCapture(
Map formData) → dynamic -
getNotificationList(
) → Future -
getReadNotificationCount(
) → Future< int?> -
getUnReadNotificationCount(
) → Future< int?> -
listener(
NotificationCallback channel) → void -
locationUpdate(
double lat, double lang) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readNotification(
String campaignId) → dynamic -
screentracking(
String screenName) → dynamic -
sdkRegisteration(
Map userData) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
unReadNotification(
String campaignId) → dynamic -
updatePushToken(
String token) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FluttersamplepluginPlatform
-
The default instance of FluttersamplepluginPlatform to use.
getter/setter pair