Key.fromSecureRandom constructor

Key.fromSecureRandom(
  1. int length
)

Implementation

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