downloadDocument method Null safety

Future<String> downloadDocument(
  1. int id
)

Allow to download a GlpiItemType.Document. id must be the id of the document to download. Reference: https://github.com/glpi-project/glpi/blob/master/apirest.md#download-a-document-file

Implementation

Future<String> downloadDocument(int id);