removeOTPSMSAuthenticator method

ResponseFuture<RemoveOTPSMSAuthenticatorResponse> removeOTPSMSAuthenticator(
  1. RemoveOTPSMSAuthenticatorRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.RemoveOTPSMSAuthenticatorResponse> removeOTPSMSAuthenticator($0.RemoveOTPSMSAuthenticatorRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeOTPSMSAuthenticator, request, options: options);
}