getDownloadStatus method

Future<Map<String, dynamic>> getDownloadStatus(
  1. String downloadId
)

Implementation

Future<Map<String, dynamic>> getDownloadStatus(String downloadId) {
  throw UnimplementedError('getDownloadStatus() has not been implemented.');
}