UFFilePickerUtil class
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
-
captureImageFromCamera(
{bool selectMultiple = false}) → Future< List< XFile> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
permissionDeniedDialogue(
) → Future< void> -
recordAudio(
) → Future -
selectContacts(
) → Future< String?> -
selectDate(
{DateTime? initialDate, DateTime? startDate, DateTime? endDate}) → Future< DateTime?> -
selectDocument(
{List< String> ? allowedExtensions}) → Future<String?> -
selectImageFromGallery(
{bool selectMultiple = false}) → Future< List< XFile> > -
selectTime(
{TimeOfDay? initialTime}) → Future< TimeOfDay?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited