addOTPSMSAuthenticator method

ResponseFuture<AddOTPSMSAuthenticatorResponse> addOTPSMSAuthenticator(
  1. AddOTPSMSAuthenticatorRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.AddOTPSMSAuthenticatorResponse> addOTPSMSAuthenticator($0.AddOTPSMSAuthenticatorRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$addOTPSMSAuthenticator, request, options: options);
}