update Profile Async
open fun updateProfileAsync(request: UpdateCustomerRequest, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerInfo>)
Asynchronously updates customer personal information.
Parameters
request
A UpdateCustomerRequest with the updated customer information
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.