addMyAuthFactorOTPSMS_Pre method

Future<AddMyAuthFactorOTPSMSResponse> addMyAuthFactorOTPSMS_Pre(
  1. ServiceCall call,
  2. Future<AddMyAuthFactorOTPSMSRequest> request
)

Implementation

$async.Future<$2.AddMyAuthFactorOTPSMSResponse> addMyAuthFactorOTPSMS_Pre($grpc.ServiceCall call, $async.Future<$2.AddMyAuthFactorOTPSMSRequest> request) async {
  return addMyAuthFactorOTPSMS(call, await request);
}