generateEncryptKey static method

String generateEncryptKey()

Implementation

static String generateEncryptKey() => Key.fromSecureRandom(32).base64;