MessageStream class

Constructors

MessageStream.new()

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

clearMessages() Future<void>
dismissMessageDetail() Future<void>
getMessages() Future<List<Message>>
getUnreadCount() Future<int>
markMessageAsRead(Message message) Future<void>
presentMessageDetail(Message message) Future<void>
registerMessageImpression(Message message, int impressionType) Future<void>
removeMessage(Message message) Future<void>
testOverrideChannel(MethodChannel channel) → void