menu
incomme_flutter_commerce package
documentation
services/upload/upload_service.dart
UploadService
upload abstract method
upload abstract method
dark_mode
light_mode
upload
abstract method
Future
<
Either
<
Failure
,
FileModel
>
>
upload
(
{
required
Map
<
String
,
dynamic
>
body
,
})
Implementation
Future<Either<Failure, FileModel>> upload({ required Map<String, dynamic> body, });
incomme_flutter_commerce package
documentation
services/upload/upload_service
UploadService
upload abstract method
UploadService class