addOTPSMS_Pre method
Implementation
$async.Future<$0.AddOTPSMSResponse> addOTPSMS_Pre($grpc.ServiceCall call, $async.Future<$0.AddOTPSMSRequest> request) async {
return addOTPSMS(call, await request);
}
$async.Future<$0.AddOTPSMSResponse> addOTPSMS_Pre($grpc.ServiceCall call, $async.Future<$0.AddOTPSMSRequest> request) async {
return addOTPSMS(call, await request);
}