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