getFileDownloadLink method

Future<Map> getFileDownloadLink(
  1. String token,
  2. List<String> fileIds
)

Implementation

Future<Map> getFileDownloadLink(String token, List<String> fileIds) {
  throw UnimplementedError("Get File Download Link has not been implemented");
}