ImageService class

Annotations

Constructors

ImageService({PMEManager? pme, bool enableCaching = false})
Initialize image service for new image server

Properties

enableCaching bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pme PMEManager?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetchImages(List<String> urls) Future<Map<String, Uint8List>>
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