menu
blockchain_utils package
documentation
crypto/quick_crypto.dart
QuickCrypto
generateRandoomBool static method
generateRandoomBool static method
dark_mode
light_mode
generateRandoomBool
static method
bool
generateRandoomBool
(
)
Implementation
static bool generateRandoomBool() { return prng.nextBool(); }
blockchain_utils package
documentation
crypto/quick_crypto
QuickCrypto
generateRandoomBool static method
QuickCrypto class