downloadFile abstract method

Future<String> downloadFile(
  1. String remoteRelativePath, {
  2. String? localRelativePath,
})

Implementation

Future<String> downloadFile(String remoteRelativePath,
    {String? localRelativePath});