ActiveStorage class

Constructors

ActiveStorage({required String directUploadURL})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploader → Uploader
final

Methods

addHeader(dynamic name, dynamic value) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
upload({required String fileName, required String fileMimeType, required File file, ProgressCallback? onProgress}) Future<DirectUploadResponse>

Operators

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