ApiProvider class
Methods
-
buildInvoiceMapFromXml(XmlDocument xml)
→ Map<String, dynamic>
-
-
create(Map data, DocumentTypes type)
→ Future<Map>
-
-
decodeXmlFromBase64(String base64Str)
→ String
-
-
delete(String reference, DocumentTypes type)
→ Future<Map>
-
-
dispose()
→ dynamic
-
-
downloadDocument(String number, DocumentTypes type)
→ Future<Uint8List?>
-
-
downloadFile(Uint8List bytes, String fileName, String fileExtension)
→ Future<Map>
-
-
find(String number, DocumentTypes type)
→ Future<Map>
-
-
findRut(String identificationNumber, String identificationTypeId)
→ Future<Map>
-
-
getDateString()
→ String
-
-
init(String? apiKey)
→ dynamic
-
-
loadDataFromApi()
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
parseXml(String xmlStr)
→ XmlDocument
-
-
read(String listName)
→ Future<Map>
-
-
refreshInvoices()
→ Future<void>
-
-
restart(String? apiKey)
→ dynamic
-
-
saveDocument(Uint8List? responseBytes, String number, DocumentTypes type)
→ Future<Map>
-
-
showInDianPage(String? cufe)
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited