asRawBytes method

List<Uint8List> asRawBytes()

Give a representation of this recovery data key as raw bytes

Implementation

List<Uint8List> asRawBytes() => List.unmodifiable(_bytes);