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