toXmlV2 method

Uint8List toXmlV2()

Generates a .keyx file as described for Keepass keyfile: https://keepass.info/help/base/keys.html#keyfiles

Implementation

Uint8List toXmlV2() {
  return utf8.encode(toXmlV2String());
}