removeMyAuthFactorOTPSMS method

ResponseFuture<RemoveMyAuthFactorOTPSMSResponse> removeMyAuthFactorOTPSMS(
  1. RemoveMyAuthFactorOTPSMSRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.RemoveMyAuthFactorOTPSMSResponse> removeMyAuthFactorOTPSMS($2.RemoveMyAuthFactorOTPSMSRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeMyAuthFactorOTPSMS, request, options: options);
}