Key.fromSecureRandom constructor

Key.fromSecureRandom(
  1. int length
)

Implementation

Key.fromSecureRandom(int length)
    : super(secure_random.SecureRandom(length).bytes);