removeMyAuthFactorOTPSMS method

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

Implementation

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