LocalImagePager class

A plugin for showing your device's local images with pagination.

Constructors

LocalImagePager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

latestImages(int start, int end) Future<List<String>?>
Fetches the local images from start index to end index, order by date desc.
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

totalNumber Future<int?>
The total number of images in your device.
no setter