generateRandomKey method Null safety
Generates a random key to use with encrypt and decrypt methods
Implementation
Future<String?> generateRandomKey();
Generates a random key to use with encrypt and decrypt methods
Future<String?> generateRandomKey();