AwsS3Helper class

Constructors

AwsS3Helper.new()

Properties

dio ↔ Dio
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadFile({required File file, required String s3BucketName, required String s3Region, required String accessKey, required String secretKey, String? directory, int maxFileSizeMB = 100}) Future<String?>
Returns the URL of the uploaded file and null if the upload fails.

Operators

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