DocumentUseCases class
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
-
addOnlineDocument(String docUrl, String docName)
→ dynamic
-
-
cancelUpload(TTransferTask task)
→ dynamic
-
-
deleteDocument(String docId)
→ Future<BindDocumentResult?>
-
-
getClassDocumentList(String keyword, int page)
→ Future<DocumentResult?>
-
本堂课课件
-
getDocumentsTranscodeInfo(List<String> docIds)
→ Future<DocumentResult?>
-
-
getPrivateDocumentList(String keyword, int pageCount)
→ Future<DocumentResult?>
-
私有课件
-
getPublicDocumentList(String keyword, int page)
→ Future<DocumentResult?>
-
公有课件
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
unBindDocument(String docId)
→ dynamic
-
-
uploadDocument(String filePath, String fileName, bool isPublic, String fileType, Uint8List? bytes, dynamic successCallBack(String? docId)?, dynamic progressCallBack(double progress)?)
→ Future<TTransferTask?>
-
-
useDocument(DocumentInfo doc)
→ dynamic
-