Future<String?> encryptString({required String key, required String data}) { throw UnimplementedError('encrypt() has not been implemented.'); }