Flutterselligent class

Constructors

Flutterselligent()

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

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

Operators

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