removeOTPEmailAuthenticator method

ResponseFuture<RemoveOTPEmailAuthenticatorResponse> removeOTPEmailAuthenticator(
  1. RemoveOTPEmailAuthenticatorRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.RemoveOTPEmailAuthenticatorResponse> removeOTPEmailAuthenticator($0.RemoveOTPEmailAuthenticatorRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeOTPEmailAuthenticator, request, options: options);
}