asHexString method
Give a representation of this recovery data key as a hexadecimal string
Implementation
String asHexString() => hex.encode(_bytes);
Give a representation of this recovery data key as a hexadecimal string
String asHexString() => hex.encode(_bytes);