downloadSingleFile method
Implementation
Future<String?> downloadSingleFile({
required String? url,
required String fileName,
required Function response,
bool? saveToPhoto = false,
bool? showToastAndroid = false}) async {
throw UnimplementedError('downloadSingleFile() has not been implemented.');
}