downloadFile abstract method

Future<List<int>> downloadFile(
  1. String path
)

Download a file from the specified path

Implementation

Future<List<int>> downloadFile(String path);