GalleryRepository class
Constructors
-
GalleryRepository({required ValueNotifier<
AlbumsType> albumsNotifier, required ValueNotifier<AlbumType> albumNotifier, required ValueNotifier<EntitiesType> entitiesNotifier, required ValueNotifier<EntitiesType> recentEntitiesNotifier}) -
const
Properties
-
albumNotifier
→ ValueNotifier<
AlbumType> -
final
-
albumsNotifier
→ ValueNotifier<
AlbumsType> -
final
-
entitiesNotifier
→ ValueNotifier<
EntitiesType> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
recentEntitiesNotifier
→ ValueNotifier<
EntitiesType> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fetchAlbums(
RequestType type, FilterOptionGroup? filterOptionGroup) → void -
fetchAssetsFor(
AssetPathEntity album) → void -
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