loadIcon method

Uint8List loadIcon()

Implementation

Uint8List loadIcon() {
  return base64.decode(base64.normalize(_icon!));
}