DecryptPrivateKeyRequest constructor

DecryptPrivateKeyRequest(
  1. List<int> bytes
)

Implementation

factory DecryptPrivateKeyRequest(List<int> bytes) {
  final rootRef = fb.BufferContext.fromBytes(bytes);
  return reader.read(rootRef, 0);
}