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