WebImplementation class
A web implementation of the PickerProMaxUltraPlatform interface.
This handles picking media files (image, video, audio, document) through the browser's file input system.
- Inheritance
-
- Object
- PlatformInterface
- PickerProMaxUltraPlatform
- WebImplementation
Constructors
- WebImplementation({int maxLimit = 1, MediaType mediaType = MediaType.image})
- Creates an instance of WebImplementation.
Properties
Methods
-
compressFile(
{required String inputPath}) → Future< String?> -
compressFile
inherited
-
getDoc(
{required int limit, required MediaType mediaType}) → Future< File?> -
Picks a document and returns its path as a String.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pickMultipleImages(
) → Future< List< String> > - Opens the browser's file picker for selecting multiple media files.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void - Registers the web implementation with the Flutter plugin system.