FileRepository class

Constructors

FileRepository(FileApi _client, DioErrorHandler _dioErrorHandler, RepositoryErrorHandler _repositoryErrorHandler)

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

getPreSignedUrl({required GenPreSignedUrlRequestModel request}) Future<GenPreSignedUrlResponseModel>
アップロード用署名付きURLを取得する
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notificationFinishUpload({required NotificationFinishUploadRequestModel request}) Future<void>
アップロード完了通知を送信する
toString() String
A string representation of this object.
inherited

Operators

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