GalleryService class
Servicio para manejar la seleccion de imagenes de la galeria.
Esta clase utiliza ImagePicker
para abrir la galeria del dispositivo y
permitir al usuario seleccionar una imagen.
Devuelve la ruta de la imagen seleccionada o null
si se cancela la selección.
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
selectPhoto(
) → Future< String?> - Abre la galeria y permite al usuario seleccionar una imagen.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited