buffer static method

Uint8List buffer(
  1. int size
)

Generates an unpredictable sequence of bytes of specified size.

Implementation

static Uint8List buffer(int size) => Sodium.randombytesBuf(size);