ClientReceived class abstract

Implementers

Constructors

ClientReceived(Map<String, dynamic> messageMap, bool confirmToServerThatDataHasBeenReceived)
ClientReceived.from(dynamic data)
factory

Properties

confirmToServerThatDataHasBeenReceived bool
final
hashCode int
The hash code for this object.
no setterinherited
lastMessagesFromServer List<LastServerMessage>
final
messageMap Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkCleanOldMessagesFromServer({int removeCount = 10}) → void
confirmReceiptToServer(String serverId) → void
handle() → void
implementation() → void
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 Properties

startCheckingLastMessagesFromServerAfterSize int
no setter