Key.fromSecureRandom constructor
Key.fromSecureRandom(
- int length
Implementation
Key.fromSecureRandom(int length) : super(_SecureRandom(length).bytes);
Key.fromSecureRandom(int length) : super(_SecureRandom(length).bytes);