PrivateKey.fromBytes constructor

PrivateKey.fromBytes(
  1. Uint8List bytes
)

Implementation

factory PrivateKey.fromBytes(Uint8List bytes) {
  return PrivateKey(bytes);
}