ImageViewerManager class

Constructors

ImageViewerManager({required String conversationID, required MessageInfo currentMessage, required BuildContext context})

Properties

hashCode int
The hash code for this object.
no setterinherited
initialImageElements List<ImageElement>
no setter
initialImageIndex int
no setter
isLoadingImageData bool
no setter
isShowingImageViewer bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
handleImageViewerEvent(Map<String, dynamic> eventData, dynamic callback(dynamic)) → void
hideImageViewer() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showImageViewerIfAvailable() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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