ImageViewerDataManager class

Constructors

ImageViewerDataManager({required String conversationID, required MessageInfo currentMessage, required MessageListStore messageListStore})

Properties

conversationID String
final
currentMessage MessageInfo
final
hashCode int
The hash code for this object.
no setterinherited
messageListStore MessageListStore
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
findMessage({required String byImagePath}) MessageInfo?
loadInitialData() Future<({int currentIndex, List<ImageElement> mediaElements})>
loadMoreData({required bool isOlder}) Future<({List<ImageElement> elements, bool hasMoreData})>
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