MethodChannelSystemAssetPicker class

Inheritance

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
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickImage({ImageSource source = ImageSource.gallery}) Future<XFile?>
override
pickImagesAndVideos({required int maxItems, int maxVideoSizeMB = 100}) Future<List<String>>
Pick multiple images and videos
override
pickMultipleImages({required int maxItems}) Future<List<String>>
override
pickMultipleVideos({required int maxItems, int maxVideoSizeMB = 100}) Future<List<String>>
override
pickVideo({ImageSource source = ImageSource.gallery}) Future<XFile?>
override
toString() String
A string representation of this object.
inherited

Operators

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