Const
Send a request on the network without retrying if the handler is not yet registered. Use for requests where immediate failure is preferable to waiting, such as commands sent during app shutdown.
The type of request
Arguments to send in the request (put in request.contents)
Promise that resolves with the response message
Send a request on the network without retrying if the handler is not yet registered. Use for requests where immediate failure is preferable to waiting, such as commands sent during app shutdown.