addMyAuthFactorOTPSMS_Pre method

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

Implementation

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