Future<void> confirmPairingV2(bool approve, String address) async { await service.confirmPairingV2(approve, address); }