FileUploadService class
Constructors
Properties
Methods
-
deleteFile(
String filePath) → Future< Response> -
deleteFiles(
List< String> filePaths) → Future<Response> -
getAllFiles(
{String? folderPath}) → Future< List> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadFiles(
List< File> files, String folderPath) → Future<StreamedResponse>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited