MethodChannelFlutterselligent class

Inheritance

Properties

handleEvents ↔ dynamic Function(BroadcastEvent event)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
log → Logger
final
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyLogLevel(LogLevel logLevel) Future<void>
override
areInAppMessagesEnabled() Future<bool>
override
displayLastReceivedNotification() Future<void>
override
displayLastReceivedRemotePushNotification({String? templateId = ''}) Future<void>
override
displayNotification(String notificationId, {String? templateId = ''}) Future<void>
override
enableInAppMessages(bool enabled) Future<void>
override
enableNotifications(bool enabled) Future<void>
override
executeButtonAction(String buttonId, String messageId) Future<void>
override
executePushAction() Future<void>
override
getDeviceId() Future<String>
override
getInAppMessages() Future<List<InAppMessageData>>
override
getLastRemotePushNotification() Future<RemoteNotificationData?>
override
getVersionLib() Future<String>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerForProvisionalRemoteNotification() Future<void>
override
sendEvent(EventType type, String identifier, Map<Object?, Object?> data) Future<void>
override
setInAppMessageAsDeleted(String messageId) Future<void>
override
setInAppMessageAsSeen(String messageId) Future<void>
override
setInAppMessageAsUnseen(String messageId) Future<void>
override
subscribeToEvents(List<String> events, {required dynamic handle(BroadcastEvent event)}) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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