addSMSProviderHTTP_Pre method

Future<AddSMSProviderHTTPResponse> addSMSProviderHTTP_Pre(
  1. ServiceCall $call,
  2. Future<AddSMSProviderHTTPRequest> $request
)

Implementation

$async.Future<$0.AddSMSProviderHTTPResponse> addSMSProviderHTTP_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.AddSMSProviderHTTPRequest> $request) async {
  return addSMSProviderHTTP($call, await $request);
}