AliyunOSSPlatform class

Inheritance
  • Object
  • PlatformInterface
  • AliyunOSSPlatform
Implementers

Constructors

AliyunOSSPlatform()

Properties

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

Methods

addUploadMethodCallListener(UploadMethodCallListener listener) String
calculateMd5(String filePath) → dynamic
cancelUpload(String uuid, {bool delete = false}) Future<String?>
initialize(String endpoint, String bucket, OSSCredentialProvider provider) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeUploadMethodCallListener({String? id, bool removeAll = false}) → void
toString() String
A string representation of this object.
inherited
upload(String fileName, String filePath, String objectKey, String uuid) → dynamic

Operators

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

Static Properties

instance AliyunOSSPlatform
getter/setter pair