FacturasoftController class
Methods
-
auth(String apiKey)
→ Future<Map>
-
override
-
createDocument(String? idToken, Map data, DocumentTypes type)
→ Future<Map>
-
override
-
deleteDocument(String? idToken, String reference, DocumentTypes type)
→ Future<Map>
-
override
-
downloadDocumentBytes(String? idToken, String reference, DocumentTypes type)
→ Future<Uint8List?>
-
override
-
findDocument(String? idToken, String id, DocumentTypes type)
→ Future<Map>
-
override
-
findRutDian(String? idToken, String identificationNumber, String identificationTypeId)
→ Future<Map>
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
readData(String? idToken, String listName, {String? date})
→ Future<Map>
-
override
-
toString()
→ String
-
A string representation of this object.
inherited