transferPrescriptions abstract method

Future<void> transferPrescriptions({
  1. Iterable<Uint8List>? images,
  2. Iterable<Uint8List>? pdfs,
  3. Iterable<String>? codes,
  4. String? orderId,
})

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,
});