MethodChannelFluttersampleplugin class

An implementation of FluttersamplepluginPlatform that uses method channels.

Inheritance

Properties

flag bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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