startDownload method
Implementation
Future<String> startDownload({
required String url,
required String fileName,
required String format,
Map<String, dynamic>? options,
}) {
throw UnimplementedError('startDownload() has not been implemented.');
}