downloadFile abstract method

Future<Uint8List> downloadFile(
  1. String filePath
)

Download file from remote storage

Implementation

Future<Uint8List> downloadFile(String filePath);