allowUnsecureRandom property

bool allowUnsecureRandom
final

True if unsecure random number generation is allowed. If set to false, an error will be thrown if the platform does not support secure random number generation.

Implementation

final bool allowUnsecureRandom;