WebLocalImageProviderPlugin class

An implementation of LocalImageProviderPlatform that uses method channels.

Inheritance
  • Object
  • PlatformInterface
  • LocalImageProviderPlatform
  • WebLocalImageProviderPlugin

Properties

cacheAll bool
Returns true if all DeviceImage should be cached in the global Flutter imageCache.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
maxCacheDimension int
The maximum size at which a DeviceImage should be cached in the global Flutter imageCache.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cleanup() Future
override
findAlbums(LocalAlbumType localAlbumType) Future<List<String>>
override
findImagesInAlbum(String albumId, int maxImages) Future<List<String>>
override
findLatest(int maxImages) Future<List<String>>
override
hasLimitedPermission() Future<bool>
override
hasPermission() Future<bool>
override
imageBytes(String id, int height, int width, {int? compression}) Future<Uint8List>
override
initialize() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
videoFile(String id) Future<String>
override

Operators

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

Static Methods

registerWith(Registrar registrar) → void
Registers this class as the default instance of UrlLauncherPlatform.