MediaPickerPlusPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MediaPickerPlusPlatform
Implementers

Constructors

MediaPickerPlusPlatform.new()
Constructs a MediaPickerPlusPlatform.

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

getPlatformVersion() Future<String?>
hasCameraPermission() Future<bool>
hasGalleryPermission() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickFile(MediaOptions options, List<String>? allowedExtensions) Future<String?>
pickMedia(MediaSource source, MediaType type, MediaOptions options) Future<String?>
pickMultipleFiles(MediaOptions options, List<String>? allowedExtensions) Future<List<String>?>
pickMultipleMedia(MediaSource source, MediaType type, MediaOptions options) Future<List<String>?>
processImage(String imagePath, MediaOptions options) Future<String?>
requestCameraPermission() Future<bool>
requestGalleryPermission() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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