AliyunOSSPlugin class

Inheritance
  • Object
  • PlatformInterface
  • AliyunOSSPlatform
  • AliyunOSSPlugin

Constructors

AliyunOSSPlugin()

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

Operators

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

Static Methods

registerWith(Registrar registrar) → void