PhPickerViewControllerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PhPickerViewControllerPlatform
Implementers

Constructors

PhPickerViewControllerPlatform()
Constructs a PhPickerViewControllerPlatform.

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

delete(List<String> ids) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pick({Map<String, List<String>>? filter, int? selectionLimit, AssetRepresentationMode? preferredAssetRepresentationMode, Selection? selection, bool? fetchURL, String? fileRepresentation}) Future<List<PHPickerResult>?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance PhPickerViewControllerPlatform
The default instance of PhPickerViewControllerPlatform to use.
getter/setter pair