Future<String> downloadBase64( {required String base64data, required String filename}) { throw UnimplementedError('unable to download file, check base64 data...'); }