FluttersamplepluginWeb class
A web implementation of the FluttersamplepluginPlatform of the Fluttersampleplugin plugin.
- Inheritance
-
- Object
- PlatformInterface
- FluttersamplepluginPlatform
- FluttersamplepluginWeb
Constructors
- FluttersamplepluginWeb()
- Constructs a FluttersamplepluginWeb
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 -
inherited
-
appConversion(
) → dynamic -
inherited
-
appConversionWithData(
Map appConvertionData) → dynamic -
inherited
-
customEvent(
String event) → dynamic -
inherited
-
customEventWithData(
Map eventData) → void -
inherited
-
deepLinkData(
dynamic type) → dynamic -
inherited
-
deleteNotificationByCampaignId(
String campaignId) → dynamic -
inherited
-
formDataCapture(
Map formData) → dynamic -
inherited
-
getNotificationList(
) → Future -
inherited
-
getPlatformVersion(
) → Future< String?> - Returns a String containing the version of the platform.
-
getReadNotificationCount(
) → Future< int?> -
inherited
-
getUnReadNotificationCount(
) → Future< int?> -
inherited
-
listener(
NotificationCallback channel) → void -
inherited
-
locationUpdate(
double lat, double lang) → dynamic -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readNotification(
String campaignId) → dynamic -
inherited
-
screentracking(
String screenName) → dynamic -
inherited
-
sdkRegisteration(
Map userData) → dynamic -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unReadNotification(
String campaignId) → dynamic -
inherited
-
updatePushToken(
String token) → dynamic -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void