serverRandom property
Implementation
late final Uint8List serverRandom = Uint8List.fromList(
List.generate(32, (_) => math.Random.secure().nextInt(256)),
);
late final Uint8List serverRandom = Uint8List.fromList(
List.generate(32, (_) => math.Random.secure().nextInt(256)),
);