transferPrescriptions abstract method
Forwards the specified images, pdfs, or eRezept codes prescription collection to the ia.de backend.
Implementation
Future<void> transferPrescriptions({
Iterable<Uint8List>? images,
Iterable<Uint8List>? pdfs,
Iterable<String>? codes,
String? orderId,
});