SystemAssetPickerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SystemAssetPickerPlatform
Implementers

Constructors

SystemAssetPickerPlatform()

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

isPhotoPickerAvailable() Future<bool>
Check if Photo Picker is available
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickImage({ImageSource source = ImageSource.gallery}) Future<XFile?>
pickImagesAndVideos({required int maxItems, required int maxVideoSizeMB}) Future<List<String>>
Pick multiple images and videos
pickMultipleImages({required int maxItems}) Future<List<String>>
pickMultipleVideos({required int maxItems, int maxVideoSizeMB = 100}) Future<List<String>>
pickVideo({ImageSource source = ImageSource.gallery}) Future<XFile?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance SystemAssetPickerPlatform
getter/setter pair