PushwooshInbox class

Implementation of the Pushwoosh Inbox API for Flutter.

Constructors

PushwooshInbox()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

deleteMessage(String code) → void
deleteMessages(List<String> codes) → void
loadCachedMessages() Future<List<InboxMessage>>
loadMessages() Future<List<InboxMessage>>
messagesCount() Future<int?>
messagesWithNoActionPerformedCount() Future<int?>
performAction(String code) → void
presentInboxUI({PWInboxStyle? style}) → void
Present Inbox UI
readMessage(String code) → void
readMessages(List<String> codes) → void
unreadMessagesCount() Future<int?>