invokeApiWithNoBodyInResponse

fun <Void> invokeApiWithNoBodyInResponse(listener: DSESignApiListener, callInstance: () -> Call<Void>)

Invokes eSign REST api call when the eSign REST API does not have body in the response.

Parameters

callInstance

Call Instance. This is the api call.