addMyAuthFactorOTP_Pre method

Future<AddMyAuthFactorOTPResponse> addMyAuthFactorOTP_Pre(
  1. ServiceCall call,
  2. Future<AddMyAuthFactorOTPRequest> request
)

Implementation

$async.Future<$4.AddMyAuthFactorOTPResponse> addMyAuthFactorOTP_Pre(
    $grpc.ServiceCall call,
    $async.Future<$4.AddMyAuthFactorOTPRequest> request) async {
  return addMyAuthFactorOTP(call, await request);
}