getLogoBytes static method

Uint8List? getLogoBytes(
  1. String? imageUrl
)

Gibt das Bild als Uint8List für den Belegdruck zurück

Implementation

static Uint8List? getLogoBytes(String? imageUrl) => imageUrl==null?null:_logoBytes[imageUrl];